Answers for "config passwordless sudo"

0

sudo passwordless

# Edit the sudoers with the visudo command
sudo visudo

# Change the %sudo group to be password-less
%sudo   ALL=(ALL:ALL) NOPASSWD: ALL

# Press CTRL+X to exit
# Press Y to save
# Press Enter to confirm
Posted by: Guest on December-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language