Created
January 29, 2019 10:48
-
-
Save Banhawy/cdaa5451c57e786cdb74d059f22a85a2 to your computer and use it in GitHub Desktop.
[Install sudo on linux] And give users access to it #linux #bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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