Created
July 7, 2015 18:50
-
-
Save erickleandrolima/345f37b67dd402ff42fa to your computer and use it in GitHub Desktop.
Permissions apache folder
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
Example: | |
chown -R <username> <application-folder> | |
chgrp -R www-data <application-folder> | |
chmod -R 750 <application-folder> | |
chmod g+s <application-folder> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment