Skip to content

Instantly share code, notes, and snippets.

@francissta
Created January 30, 2014 18:29
Show Gist options
  • Save francissta/8715427 to your computer and use it in GitHub Desktop.
Save francissta/8715427 to your computer and use it in GitHub Desktop.
Command to add an existing user to an existing group
usermod -a -G <group> <username>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment