Return to Snippet

Revision: 33729
at October 12, 2010 21:35 by fillyouin


Initial Code
find / -perm 777 -type d

Initial URL


Initial Description
use this to find all files/folders which have been given 777 (write all) permissions on a linux server

Initial Title
Find all permissions of 777:

Initial Tags
apache

Initial Language
Apache