Sudo1.9.12

  • Submit New Release
  • Edit Sudo Information
  • Submit a New Software

Give certain users the ability to run some commands as root.

Monday, October 24, 2022
  • System
  • Administration
  • Security

Sudo allows a system administrator to delegate authority to give certain users the ability to run some commands as root or another user while providing an audit trail of the commands and their arguments. Sudo operates on a per-command basis, it is not a replacement for the shell.

Sudo features include:

The ability to restrict what commands a user may run on a per-host basis.

Sudo does copious logging of each command, providing a clear audit trail of who did what. When used in tandem with syslogd, the system log daemon, sudo can log all commands to a central host.

Sudo uses timestamp files to implement a "ticketing" system. When a user invokes sudo and enters their password, they are granted a ticket for 5 minutes. Each subsequent sudo command updates the ticket for another 5 minutes. This avoids the problem of leaving a root shell where others can physically get to your keyboard. There is also an easy way for a user to remove their ticket file, useful for placing in a .logout file.

Sudo's configuration file, the sudoers file, is setup in such a way that the same sudoers file may be used on many machines. This allows for central administration while keeping the flexibility to define a user's privileges on a per-host basis.

  • Downloads
    14621
  • License
    Open Source

Downloads / Release History


October
24
2022
Sudo 1.9.12
September
13
2018
Sudo 1.8.25
August
19
2018
Sudo 1.8.24
May
03
2018
Sudo 1.8.23
February
01
2018
Sudo 1.8.22
November
02
2017
Sudo 1.8.21p2
August
01
2017
Sudo 1.8.21b1
Changelog
  • sudo-1.8.21b1.tar.gz
April
04
2017
Sudo 1.8.19p2
February
07
2012
Sudo 1.7.4
February
07
2012
Sudo 1.8.3p1
February
07
2012
Sudo 1.8.3
February
07
2012
Sudo 1.8.2
February
07
2012
Sudo 1.8.1p2
February
07
2012
Sudo 1.8.0
February
07
2012
Sudo 1.7.4p5
February
07
2012
Sudo 1.7.4rc2

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles