# Sudo aliases

The sudo.aliases.sh file creates helpful shortcut aliases for using sudo with commands.

The Sudo aliases are a collection of aliases that allow you to interact with the sudo command. Sudo is a tool which allows you to run commands as another user.

# Sudo

Sudo (opens new window) is a command that allows users to execute commands as another user.

Alias Command Description
root s Execute a command as the superuser.
s sudo -i Execute a command as the superuser.
su sudo su Execute a command as the superuser.
sudo s Execute a command as the superuser.