Skip to content

Instantly share code, notes, and snippets.

@hectoregm
Created June 21, 2013 19:54
Show Gist options
  • Save hectoregm/5833865 to your computer and use it in GitHub Desktop.
Save hectoregm/5833865 to your computer and use it in GitHub Desktop.
Add an user to Ubuntu Server with sudo privileges
sudo useradd -m -U -s /bin/bash -G admin hectoregm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment