{"id":711,"date":"2013-08-09T07:42:19","date_gmt":"2013-08-09T07:42:19","guid":{"rendered":"http:\/\/scunster.co.uk\/?p=711"},"modified":"2013-10-26T17:36:14","modified_gmt":"2013-10-26T17:36:14","slug":"find-files-folders-with-777-permissions","status":"publish","type":"post","link":"https:\/\/scunster.co.uk\/?p=711","title":{"rendered":"Find files \/ folders with 777 permissions"},"content":{"rendered":"<p>If you need to find files \/ folders that have permissions set to 777 use the following:<\/p>\n<p>Find all files in the system<\/p>\n<p><code>find \/ -type f - perm 777<\/code><\/p>\n<p>Find all directories in the system<\/p>\n<p><code>find \/ -type -d perm 777<\/code><\/p>\n<p>Find all files in the vhosts directory<\/p>\n<p><code>find \/var\/www\/vhosts\/ -type -f perm 777<\/code><\/p>\n<p>Find all directories in the vhosts directory<\/p>\n<p><code>find \/var\/www\/vhosts\/ -type -d perm 777<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you need to find files \/ folders that have permissions set to 777 use the following: Find all files in the system find \/ -type f &#8211; perm 777 Find all directories in the system find \/ -type -d perm 777 Find all files in the vhosts directory find \/var\/www\/vhosts\/ -type -f perm 777 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[164,3,131],"tags":[],"class_list":["post-711","post","type-post","status-publish","format-standard","hentry","category-centos","category-linux","category-ubuntu-linux"],"_links":{"self":[{"href":"https:\/\/scunster.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scunster.co.uk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scunster.co.uk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scunster.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scunster.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=711"}],"version-history":[{"count":2,"href":"https:\/\/scunster.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/711\/revisions"}],"predecessor-version":[{"id":807,"href":"https:\/\/scunster.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/711\/revisions\/807"}],"wp:attachment":[{"href":"https:\/\/scunster.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scunster.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scunster.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}