Accessing the root account in Ubuntu
Under Ubuntu the root account is disabled by default.
If fact you can not use the root account to log in locally or remotely.
However, obtaining a shell as root is very easy procedure.
Simply type:
sudo su
or
sudo -s
and enter your password to validate.