Find world writeable directories

From EggeWiki
Revision as of 20:32, 29 June 2009 by Egge (talk | contribs) (Created page with 'Test to make your system is secure! <geshi lang="bash"> find /home -type d -perm -007 -ls </geshi> Category:Bash Category:Security')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Test to make your system is secure!

<geshi lang="bash"> find /home -type d -perm -007 -ls </geshi>