Basic

Writable Paths

/dev/shm
/tmp/
/home/<User>/
/var/www/html/<Dir / File Name>

Alternatives of cat

grep . <File Name>
grep -R .
while read line; do echo $line; done < <File Name>

File Metadata

If the file do not contain any useful information, check its meta data

exiftool <File Name>

Last updated