Created
January 30, 2024 10:05
-
-
Save jasperf/8a1a3a3ac2534b19f74991de106b6181 to your computer and use it in GitHub Desktop.
set acl for deployment user for Ubuntu set up site so it can access webroot run by other system user
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 -Rm u:deployment:rwx /home/user/site.nl/public |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to add the user
sudo adduser deployment sudo adduser deployment sudo usermod -aG ploi deployment sudo su su deployment ssh-keygen -t rsa cat ~/.ssh/