Revision: 13801
Updated Code
at May 8, 2009 12:24 by rafa
Updated Code
find path/ -type d -exec chmod 755 {} \; find path/ -type f -exec chmod 644 {} \;
Revision: 13800
Updated Code
at May 8, 2009 12:24 by rafa
Updated Code
find /path -type d -exec chmod 755 {} \; find /path -type f -exec chmod 644 {} \;
Revision: 13799
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 6, 2009 13:32 by rafa
Initial Code
find /path -type d -exec chmod 755 {} ; find /path -type f -exec chmod 644 {} ;
Initial URL
Initial Description
Initial Title
CHMOD files recursively
Initial Tags
command, files
Initial Language
Other