Skip to content

Instantly share code, notes, and snippets.

@plonknimbuzz
Last active August 8, 2018 00:24
Show Gist options
  • Save plonknimbuzz/3c0ab47fd4dc70cdcab2335059f638b0 to your computer and use it in GitHub Desktop.
Save plonknimbuzz/3c0ab47fd4dc70cdcab2335059f638b0 to your computer and use it in GitHub Desktop.
add user to www-data
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