/ Published in: Apache
use this to find all files/folders which have been given 777 (write all) permissions on a linux server
Expand |
Embed | Plain Text
find / -perm 777 -type d
You need to login to post a comment.
