How to find world writable directories by "find" command? 
find . -type d -perm -a+w -exec ls -lah {} \; > ww.txt

[ add comment ]   |  permalink  |  related link  |   ( 3 / 150 )

<Back | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Next> Last>>