Difference between revisions of "Enable passwordless sudo for a specific user"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
== Activities ==
 
== Activities ==
 
* Understand order rules are applied and impact: https://vim.fandom.com/wiki/Set_Vim_as_your_default_editor_for_Unix
 
* Understand order rules are applied and impact: https://vim.fandom.com/wiki/Set_Vim_as_your_default_editor_for_Unix
* <code>sudo [[update-alternatives]] --config editor</code>
+
* <code>[[usermod -aG sudo]] USERNAME</code>
* <code>[[usermod]] -aG sudo USERNAME</code>
+
 
 +
== Related ==
 +
* [[NOPASSWD]]
 +
* %sudo ALL=(ALL) NOPASSWD: ALL
 +
* [[Passkey]]
 +
* [[Passwordless authentication]]
  
 
== See also ==
 
== See also ==
 
* {{sudo}}
 
* {{sudo}}
* {{Linux Commands privileges}}
 
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:sudo]]
 
[[Category:sudo]]

Latest revision as of 14:28, 5 May 2024

Advertising: