What is the command to switch to normal user? [duplicate]
To enter type sudo su
.
To exit from super user mode type exit
.
You can switch to a different regular user by using the command su.
Example:
su John
Then put in the password for John and you'll be switched to the user 'John' in the terminal.