Command
sudoExplanation
sudo allows running commands with the privileges of another user, typically root.
Examples
Run command as root
sudo apt updateRun command as specific user
sudo -u username commandStart interactive root shell
sudo -isudosudo allows running commands with the privileges of another user, typically root.
Run command as root
sudo apt updateRun command as specific user
sudo -u username commandStart interactive root shell
sudo -i