- or download this
dan@dbdb$ ls -l somefile.png
-r-------- 1 dboger 3813 2008-06-05 16:46 somefile.png
- or download this
dan@dbdb$ perl -le 'print "lies" if -r shift' somefile.png
dan@dbdb$
- or download this
dan@dbdb$ sudo perl -le 'print "lies" if -r shift' somefile.png
lies
dan@dbdb$ sudo file somefile.png
couldn't open file
somefile.png: regular file, no read permission