Author Topic: Find all 777 directories  (Read 4396 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
Find all 777 directories
« on: March 12, 2011, 12:49:13 PM »
To find all folders that any user can read and write to, i.e the folders with permission 777, you can use the following commaned:
Code: [Select]
find /home/ -type d -perm 777