Changes

Jump to navigation Jump to search
86 bytes added ,  10:20, 13 July 2018
Line 47: Line 47:  
== Change permissions only for directories ==
 
== Change permissions only for directories ==
 
  chmod 755 $(find /path/to/base/dir -type d)
 
  chmod 755 $(find /path/to/base/dir -type d)
 +
 +
== Change permissions only for files ==
 +
chmod 640 $(find /path/to/base/dir -type f)

Navigation menu