Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Created January 29, 2019 10:48
Show Gist options
  • Save Banhawy/cdaa5451c57e786cdb74d059f22a85a2 to your computer and use it in GitHub Desktop.
Save Banhawy/cdaa5451c57e786cdb74d059f22a85a2 to your computer and use it in GitHub Desktop.
[Install sudo on linux] And give users access to it #linux #bash
# Login as root & update and upgrade the os:
apt update
apt upgrade
apt install sudo
# Give a user access to use sudo
usermod -aG suo USERNAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment