Package sudo

Allows restricted root access for specified users

https://www.sudo.ws

Sudo (superuser do) allows a system administrator to give certain
users (or groups of users) the ability to run some (or all) commands
as root while logging all commands and arguments. Sudo operates on a
per-command basis. It is not a replacement for the shell. Features
include: the ability to restrict what commands a user may run on a
per-host basis, copious logging of each command (providing a clear
audit trail of who did what), a configurable timeout of the sudo
command, and the ability to use the same configuration file (sudoers)
on many different machines.

Version: 1.9.15

See also: sudo-devel, sudo-logsrvd, sudo-python-plugin.

General Commands

cvtsudoers convert between sudoers file formats

File Formats

sudo.conf configuration for sudo front-end
sudoers default sudo security policy plugin
sudoers.ldap sudo LDAP configuration
sudoers_timestamp Sudoers Time Stamp Format

System Administration

sudo execute a command as another user
sudoedit alias for sudo
sudoreplay replay sudo session logs
visudo edit the sudoers file