Originally posted on Decembre 1st, 2005 on another blog of mine.
The question was: how can I change permission of a tree having the directories all in 777 and files in 664
chmod -R 777 theDir && find theDir/. ! -type d -exec chmod 664 '{}' \;
name (required)
email ( will not be shown ) (required)
website
Notify me of follow-up comments via email.