Created
February 27, 2019 16:46
-
-
Save TravisMullen/3d6c3906713d8848d5672e8d8458224d to your computer and use it in GitHub Desktop.
Add new sudo user.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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