Making your life easier should be of some interest to you. If you have full sudo rights simply run the following command in your terminal to open a root shell.
sudo -s
Also, with sudo you can open a shell as a specific user other than root, without having to “su” and know the users password.
sudo -s -u user
Example
sudo -s -u feemo
Nice and easy!


