Skip to content

Instantly share code, notes, and snippets.

@szabo92
Last active March 3, 2018 22:27
Show Gist options
  • Save szabo92/6e0d418479fa4e049c0921db19f067f5 to your computer and use it in GitHub Desktop.
Save szabo92/6e0d418479fa4e049c0921db19f067f5 to your computer and use it in GitHub Desktop.
Add user to sudoers
sudo adduser username sudo
## alternatively
visudo
# add at the end
username ALL=(ALL:ALL) ALL
# save and exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment