chmod directories only

Very neat little tip this…

find /dir/to/chmod/all/dirs -type d -exec chmod 777 {} \;

Originally found here

Leave a Reply