HOWTO find files that are not world readable
I ran across some permissions errors on content that some users uploaded to a website. The files uploaded were not world readable so were coming up as forbidden:
This simple find command shows the offending files:
/usr/bin/find . -type f ! -perm -004
A quickie but a goodie.
Cheers, Mark


There are no comments for this entry.
[Add Comment]