find . -type d -exec chmod 755 {} \; -or -type f -exec chmod 644 {} \;
UPDATE: Norgg and patrick have pointed out that the following, more simple command, does the same:
chmod -R a+rX .
Showing posts with label chmod. Show all posts
Showing posts with label chmod. Show all posts
Monday, April 21, 2008
Subscribe to:
Posts (Atom)