Find all permissions of 777:


/ Published in: Apache
Save to your folder(s)

use this to find all files/folders which have been given 777 (write all) permissions on a linux server


Copy this code and paste it in your HTML
  1. find / -perm 777 -type d

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.