Skip to content

Instantly share code, notes, and snippets.

@christianascone
Created February 17, 2020 09:06
Show Gist options
  • Save christianascone/2bbba82c141bdf778cf01ffde50ea4f0 to your computer and use it in GitHub Desktop.
Save christianascone/2bbba82c141bdf778cf01ffde50ea4f0 to your computer and use it in GitHub Desktop.
Add user to www-data group
grep ^www-data /etc/group
sudo adduser admin www-data
grep ^www-data /etc/group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment