Answers for "sudo use other user account without password ubuntu"

2

sudo command without giving password

echo "$USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers
Posted by: Guest on August-31-2021

Code answers related to "sudo use other user account without password ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language