Changes

Jump to navigation Jump to search
84 bytes added ,  10:23, 13 July 2018
Line 50: Line 50:  
== Change permissions only for files ==
 
== Change permissions only for files ==
 
  chmod 640 $(find /path/to/base/dir -type f)
 
  chmod 640 $(find /path/to/base/dir -type f)
 +
for fi in $(find /Pilaf -type f); do chmod 640 $fi;done  # if there are many files

Navigation menu