Skip to content

Instantly share code, notes, and snippets.

@cthornton
Created May 20, 2014 03:51
Show Gist options
  • Save cthornton/3ee730b89e342bc4ce6a to your computer and use it in GitHub Desktop.
Save cthornton/3ee730b89e342bc4ce6a to your computer and use it in GitHub Desktop.
Create new user
# 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