Difference between revisions of "Visudo"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "visudo ``` %sudo ALL=(ALL:ALL) ALL If you want to override entries in /etc/sudoers just put the new entries after them. The new entry should look like myuser ALL=(ALL) NOP...")
(No difference)

Revision as of 16:04, 21 August 2023

visudo

%sudo   ALL=(ALL:ALL) ALL
If you want to override entries in /etc/sudoers just put the new entries after them.

The new entry should look like

myuser ALL=(ALL) NOPASSWD: ALL for a single user, or

%sudo  ALL=(ALL) NOPASSWD: ALL for a group.