Re: finding world-writable files - with zsh

"[email protected] [sed-users]" <[email protected]>
Newsgroups gmane.editors.sed.user
Message-ID <[email protected]>
What is the "sed"(a text editor) invocation doing in there :-/ Since you are interested in finding world-writable directories then "find" can do that for you very simply, like as,

 

 find   .   -type d  -perm  -2
 

 or,
 

 find . -type d -perm /o+w


[Non-text portions of this message have been removed]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.