Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

change permissions on all files in all sub-directories

find /path/to/directory -type d -exec chmod 775 {} ;
Source by my.ciesin.columbia.edu #
 
PREVIOUS NEXT
Tagged: #change #permissions #files
ADD COMMENT
Topic
Name
4+5 =