I'm able to access the root shell via the following commands:
sudo -i
sudo su
(after providing the user password)
or su
(after providing the root password)
What is the difference between them? I notice that a user with root privileges can access the root account!