Find command can be used to find files with specific permission like 777 or 775 or 666.
Use the below mentioned command to find the files with 777 permission,
find -perm
e.g. find /home/test -perm 777
This will list all the files with 777 permission under /home/test folder.
In order to search for files with some other permission then change the 777 according the file permission
Use the below mentioned link to find other options of find command
http://www.yourwiz.com/linux/find-command-exec-advanced-option-to-substitute-find-output-to-another-command/
Find command to list or search files with 777 permision or specific permissions
Posted by madeeswer 834 days ago (Editorial)Who Voted for this Article
YourWiz.com, is a website that will allow everyone to share their knowledge, tip or information through community micro blogging.