- Home /
- Shell Commands
- / Sudo
Sudo
Subscribe
Sudo is a setuid that offers authentication by the use of a file known as /etc/sudoers. It permits the users to run commands with their own password, but does not require a root password.It uses the environment variables like HOME, EDITOR, SHELL, SUDO_UID and so on. If the user does not type the password within 5 minutes, then the password prompt will be timed out.