Answers for "sudo do not ask for password"

2

sudo command without giving password

echo "$USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers
Posted by: Guest on August-31-2021
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 "Shell/Bash"

Browse Popular Code Answers by Language