Created
May 20, 2014 03:51
-
-
Save cthornton/3ee730b89e342bc4ce6a to your computer and use it in GitHub Desktop.
Create new user
This file contains 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
# Make new user on a new system | |
useradd --create-home --shell /bin/bash \ | |
--groups sudo \ | |
christopher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment