Skip to content

Instantly share code, notes, and snippets.

@TravisMullen
Created February 27, 2019 16:46
Show Gist options
  • Save TravisMullen/3d6c3906713d8848d5672e8d8458224d to your computer and use it in GitHub Desktop.
Save TravisMullen/3d6c3906713d8848d5672e8d8458224d to your computer and use it in GitHub Desktop.
Add new sudo user.
sudo adduser $NEW_USER
sudo usermod -aG sudo $NEW_USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment