Skip to content

Instantly share code, notes, and snippets.

@aurels
Created December 21, 2009 16:19
Show Gist options
  • Save aurels/261030 to your computer and use it in GitHub Desktop.
Save aurels/261030 to your computer and use it in GitHub Desktop.
# 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