Answers for "how to always have sudo access linux"

1

give user sudo access

sudo usermod -aG sudo username
Posted by: Guest on April-17-2021
1

keep sudo on

#Make sure you know what you are doing
sudo -s
Posted by: Guest on October-13-2021

Code answers related to "how to always have sudo access linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language