Skip to content

Instantly share code, notes, and snippets.

@jost125
Last active April 5, 2018 10:37
Show Gist options
  • Save jost125/6920668 to your computer and use it in GitHub Desktop.
Save jost125/6920668 to your computer and use it in GitHub Desktop.
Permissions setfacl in Nette project
sudo setfacl -R -m u:www-data:rwX -m u:`whoami`:rwX temp log
sudo setfacl -dR -m u:www-data:rwX -m u:`whoami`:rwX temp log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment