Last active
August 8, 2018 00:24
-
-
Save plonknimbuzz/3c0ab47fd4dc70cdcab2335059f638b0 to your computer and use it in GitHub Desktop.
add user to www-data
This file contains 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 adduser existingUser www-data | |
sudo chown -R www-data:www-data /var/www | |
sudo chmod -R g+rwX /var/www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment