Skip to content

Instantly share code, notes, and snippets.

@pablasso
Created July 23, 2012 17:46
Show Gist options
  • Save pablasso/3164957 to your computer and use it in GitHub Desktop.
Save pablasso/3164957 to your computer and use it in GitHub Desktop.
users on linux
useradd -d /home/user -s /bin/bash -m user
usermod -a -G group user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment