Not able to switch to root user

I am not able to switch to the root user as I do not have the root user account password. Can someone please assist with the password?

Do sudo su to switch into root user.
@harprit.singh92

and the password for the sudo su user is under the “wiki” documentation section you would see in your dashboard.

Hi, I also could not switch to root user after connected to stapp01 with user tony. I could not find any information about root user at the documentation page: Nautilus . Am I missing something?

Thank you

Hi @metinkoc ,
You don’t need to switch to the root user. Just use sudo in the beginner of every command.
If you really wanna work as a root user, then do sudo -i

Regards,