Skip to content

Instantly share code, notes, and snippets.

@pauldonnelly
Created October 24, 2014 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauldonnelly/2bd5d40589c16a245766 to your computer and use it in GitHub Desktop.
Save pauldonnelly/2bd5d40589c16a245766 to your computer and use it in GitHub Desktop.
Add a new user with root access
sudo useradd -G GROUPNAME USERNAME
sudo passwd USERNAME
Enter Password
Repeat Password
sudo adduser USERNAME root
Add to multiple groups
useradd -G foo,bar,foobar USERNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment