Home

Search IconIcon to open search

sudo

It’s a program that allows to execute commands as another user, often as root.

# Commands

# sudoers file

sudo is configured through /etc/sudoers. You should never edit it, use visudo instead!

Defaults requiretty - doesn’t allow to sudo from scripts

# Useful

# See also