Last active
December 8, 2017 10:44
-
-
Save OdinsHat/b2e24caa4f6a7c4c12324acc82d8ab5e to your computer and use it in GitHub Desktop.
Permissions settings for most frameworks
This file contains 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 ./ -type f -exec chmod 644 {} \; | |
find ./ -type d -exec chmod 755 {} \; | |
chown www-data:www-data * -R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment