sudoedit
Provide limited super user privileges to specific users
Install
- All systems
-
curl cmd.cat/sudoedit.sh
- Debian
-
apt-get install sudo
- Ubuntu
-
apt-get install sudo
- Alpine
-
apk add sudo
- Arch Linux
-
pacman -S sudo
- Kali Linux
-
apt-get install sudo
- CentOS
-
yum install sudo
- Fedora
-
dnf install sudo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sudo
- Raspbian
-
apt-get install sudo
- Dockerfile
- dockerfile.run/sudoedit
- Docker
-
docker run cmd.cat/sudoedit sudoedit
powered by Commando
sudo
Provide limited super user privileges to specific users
Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers.
sudo-ldap
Provide limited super user privileges to specific users
Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. This version is built with LDAP support, which allows an equivalent of the sudoers database to be distributed via LDAP. Authentication is still performed via pam.