sudo 1.9.17p1
Run commands as root
Sudo (su "do") allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments.
- Outputs:
out - Website: https://www.sudo.ws/
- Licenses: X11
- Package source: gnu/packages/admin.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sudo 1.9.17p1 as follows:
guix install sudo@1.9.17p1
Or install the latest version:
guix install sudo
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.