Answers for "sudo dont need password"

0

debian sudo without password

#1. Open the /etc/sudoers file (as root, of course!) by running:
sudo nano /etc/sudoers

#2. At the end of the /etc/sudoers file add this line:
username ALL=(ALL) NOPASSWD:ALL
Posted by: Guest on September-25-2020
0

sudo a terminal is required to read the password

Take a look at: https://askubuntu.com/a/1244907
Posted by: Guest on June-22-2021

Code answers related to "sudo dont need password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language