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
0 Comments