Skip to content

Instantly share code, notes, and snippets.

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