Answers for "how to open sudo terminal"

0

how to open sudo terminal

sudo su
Posted by: Guest on July-26-2020
0

run command with sudo

Switch to Root User
This command switches your command prompt to the BASH shell as a root user:
sudo bash
Posted by: Guest on March-30-2021
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
Posted by: Guest on August-10-2020

Code answers related to "how to open sudo terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language