Created
September 26, 2012 09:13
-
-
Save isidromerayo/3786949 to your computer and use it in GitHub Desktop.
Permisos en Symfony
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
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