Visudo

From UVOO Tech Wiki
Revision as of 16:04, 21 August 2023 by Busk (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.