sudo command line code example
Example 1: run command with sudo
Switch to Root User
This command switches your command prompt to the BASH shell as a root user:
sudo bash
Example 2: how does sudo command work
x = your new software
y = your password
sudo x
(Here a bunch of text will run on its own. Dont worry.)
y