Skip to content

Instantly share code, notes, and snippets.

@63phc
Created December 14, 2017 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 63phc/2f569c6c9986334cc3c8e9f4d0947575 to your computer and use it in GitHub Desktop.
Save 63phc/2f569c6c9986334cc3c8e9f4d0947575 to your computer and use it in GitHub Desktop.
created user
useradd -m -s /bin/bash <user>
usermod -aG sudo <user>
passwd <user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment