24 sudo

Created Δευτέρα 14 Ιουνίου 2021


use su on a terminal then:
EDITOR=nano visudo
And add this after in root line -eg k is your username:
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
k ALL=(ALL:ALL) NOPASSWD: ALL
Defaults:k !authenticate


Uncomment wheel line:
%wheel ALL=(ALL:ALL) NOPASSWD: ALL