Changing from user to superuser

This is my way.

Open a terminal an run this command:

sudo su -

The command starts a login shell and you will find yourself in root’s home directory with root’s environment.

Leave a comment