Developers Heaven Forum

Operating Systems => Lunix & Unix => Topic started by: admin on March 12, 2011, 12:49:13 PM

Title: Find all 777 directories
Post by: admin 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