http://marc.theaimsgroup.com/?l=linux-mm&m=108465488921816&w=2 -- Pádraig Brady - http://www.pixelbeat.org --- Following generated by rotagator --- Handy find commands to check permissions in a web tree find -type f ! -perm -444 #files not readable by all find -type d ! -perm -111 #dirs not accessible by all --