Skip to content

Instantly share code, notes, and snippets.

@sairion
Created August 17, 2013 10:39
Show Gist options
  • Select an option

  • Save sairion/6256319 to your computer and use it in GitHub Desktop.

Select an option

Save sairion/6256319 to your computer and use it in GitHub Desktop.
Add existing user into a group using usermod command and -a (append) -G (group) option
usermod -a -G www-data invvvvent
id invvvvent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment