171 B
171 B
no sudo passsword
# ubuntu
sudo visudo
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
username ALL=(ALL:ALL) NOPASSWD: ALL
# ubuntu
sudo visudo
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
username ALL=(ALL:ALL) NOPASSWD: ALL