sudo with no password on Ubuntu

published Apr 25, 2017 04:42   by admin ( last modified Apr 25, 2017 04:42 )

In the /etc/sudoers file:

For a single user :

superuser ALL=(ALL) NOPASSWD:ALL

For a group :

%supergroup  ALL=(ALL) NOPASSWD:ALL