Answers for "ubuntu sudo user without 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

Code answers related to "ubuntu sudo user without password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language