Sudo: Difference between revisions

From wikinotes
No edit summary
 
Line 1: Line 1:
sudo allows you to assign/limit super-user privileges to users/groups.
sudo allows you to assign/limit super-user privileges to users/groups.
= Documentation =
<blockquote>
{| class="wikitable"
|-
| <code>man sudo</code> || https://man.archlinux.org/man/core/sudo/sudo.8.en
|-
| <code>man sudoers</code> || https://man.archlinux.org/man/core/sudo/sudoers.5.en
|}
</blockquote><!-- Documentation -->
= Tutorials =
<blockquote>
{| class="wikitable"
|-
| https://www.youtube.com/watch?v=o0purspHg-o || sudo: you're doing it wrong (talk by michael w lucas)
|-
|}
</blockquote><!-- Tutorials -->


= Notes =
= Notes =
Line 13: Line 32:
|}
|}
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->
= References =
<blockquote>
{|
| https://www.youtube.com/watch?v=o0purspHg-o || sudo: you're doing it wrong (talk by michael w lucas)
|}
</blockquote><!-- Refernces -->

Latest revision as of 21:14, 2 April 2022

sudo allows you to assign/limit super-user privileges to users/groups.

Documentation

man sudo https://man.archlinux.org/man/core/sudo/sudo.8.en
man sudoers https://man.archlinux.org/man/core/sudo/sudoers.5.en

Tutorials

https://www.youtube.com/watch?v=o0purspHg-o sudo: you're doing it wrong (talk by michael w lucas)

Notes

sudo usage
sudo configuration
sudo troubleshooting