Last active
April 5, 2018 10:37
-
-
Save jost125/6920668 to your computer and use it in GitHub Desktop.
Permissions setfacl in Nette project
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 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