Skip to content

Instantly share code, notes, and snippets.

@dungdt88
Last active December 16, 2015 16:49
Show Gist options
  • Save dungdt88/5465600 to your computer and use it in GitHub Desktop.
Save dungdt88/5465600 to your computer and use it in GitHub Desktop.
Share permission between user & apache
setfacl -R -m u:apache:rwX -m u:`whoami`:rwX app/cache app/logs
setfacl -dR -m u:apache: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