Skip to content

Instantly share code, notes, and snippets.

@igorparrabastias
Last active August 29, 2015 13:56
Show Gist options
  • Save igorparrabastias/9250511 to your computer and use it in GitHub Desktop.
Save igorparrabastias/9250511 to your computer and use it in GitHub Desktop.
Centos: Root priviliged user creation / Creación de usuario con privilegios de root
sudo adduser username
sudo passwd username
sudo visudo
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
username ALL=(ALL) ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment