Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

chmod just directories

find /path/to/base/dir -type d -exec chmod 755 {} +
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #chmod #directories
ADD COMMENT
Topic
Name
6+7 =