Created
December 21, 2009 16:19
-
-
Save aurels/261030 to your computer and use it in GitHub Desktop.
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
# Interactively create new user on Ubuntu | |
$ sudo adduser john | |
# To enable sudo : | |
$ sudo usermod -G admin john |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment