Revision: 33836
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 14, 2010 02:01 by jfine
Initial Code
find . -type d -print0 | xargs -0 chmod 755
Initial URL
Initial Description
-print0 and -0 are used to allow for spaces and other wacky chars in directory names
Initial Title
Chmod directories recursively to 755
Initial Tags
directory, find
Initial Language
Bash