Last active
August 30, 2017 17:53
-
-
Save MatthieuScarset/d27ba82b62b212455b31756d4086f533 to your computer and use it in GitHub Desktop.
Allow local user to edit files when chown to 82:alpine-www-data
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 chown -R 82:alpine-www-data . | |
sudo setfacl -dR -m u:$(whoami):rwX -m u:21:rX -m u:82:rwX . | |
sudo setfacl -R -m u:$(whoami):rwX -m u:21:rX -m u:82:rwX . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment