Very neat little tip this…

find  -type d -exec chmod 755 {} \;

Find all directories ( type -d ) 
under this path ( /dir/to/chmod/all/dirs ) 

and change their execute mode ( chmod 755 {} \; )

Categories: LAMP

Jonathan Adjei

Jon's expertise in web development is legendary and he oversees all technical aspects of our projects from development to hosting (all through the command line!) Jon is excited by the latest techniques and keeps the company on track by finding ways to adopt new practices into our workflow.