Enter Super user mode
Mon, Jan 22, 2018Entering SU mode or root user
Open a terminal window. Entering SU mode will save you time entering “sudo” in front of all cmds.
Step 1.
To enter SU mode, enter the following cmd.
Sudo su
Step 2.
You will then be prompted for the SU password. Enter the password for the admin user and press return.
Now you will see that the command line has changed from
YOURUSERNAME@localdevice
to
root@localdevice
Congrats
This means you have successfully enter SU mode.