Or you can simply press CTRL + D .
How do I go back to normal user from root?
2 Answers. To enter type sudo su . To exit from super user mode type exit .
How do I get out of root mode?
su is used to login into the root account, to logout from this , use Ctrl+D or type exit.
How do I go from root to user?
The sudo command allows you to run programs as another user, by default the root user. If the user is granted with sudo assess, the su command is invoked as root. Running sudo su – and then typing the user password has the same effect the same as running su – and typing the root password.
How do I get out of sudo su?
exit or a simple Ctrl+D.