Skip to content

Instantly share code, notes, and snippets.

@gautamr
Last active September 28, 2016 18:16
Show Gist options
  • Save gautamr/168f3340a986728037544ba5c3fd84d0 to your computer and use it in GitHub Desktop.
Save gautamr/168f3340a986728037544ba5c3fd84d0 to your computer and use it in GitHub Desktop.
Linux commands (run on Ubuntu 14.04 LTS)
# add user; you need to set all things manually
useradd gautamr
# better to do this; home etc. will be created
adduser gautamr
# set the password for gautamr
passwd gautamr
# add sudo permission to gautamr
sudo usermod -aG sudo gautamr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment