1

Is there any way to list all the folders that have permissions of 777?

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
Anselme
  • 123
  • 5

2 Answers2

10
find / -type d -perm 777 -print
faker
  • 17,496
  • 2
  • 60
  • 70
0

find / -type d -perm 777 -print