Created
May 5, 2014 11:02
-
-
Save bichotll/4f8ecc929886c1d958a1 to your computer and use it in GitHub Desktop.
symfony linux permission problems
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
#solve symfony linux permission problems | |
sudo setfacl -R -m u:www-data:rwx -m u:`whoami`:rwx app/cache app/logs | |
sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx app/cache app/logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment