Created
March 19, 2013 07:20
-
-
Save ophentis/5194276 to your computer and use it in GitHub Desktop.
rec change owner and file mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -exec sudo chown www-data.adm {} \; | |
find . -type d -exec sudo chmod 775 {} \; | |
find . -type f -exec sudo chmod 664 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment