Skip to content

Instantly share code, notes, and snippets.

@bichotll
Created May 5, 2014 11:02
Show Gist options
  • Save bichotll/4f8ecc929886c1d958a1 to your computer and use it in GitHub Desktop.
Save bichotll/4f8ecc929886c1d958a1 to your computer and use it in GitHub Desktop.
symfony linux permission problems
#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