/ 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
Copy this code and paste it in your HTML
find / -perm 777 -type d