Skip to content

Instantly share code, notes, and snippets.

@baringji
Last active August 29, 2015 14:03
Show Gist options
  • Save baringji/fa0d4588273c34bbd166 to your computer and use it in GitHub Desktop.
Save baringji/fa0d4588273c34bbd166 to your computer and use it in GitHub Desktop.
Adding username to www-data group

sudo chown -R www-data:www-data [directory]

sudo usermod -a -G www-data username

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment