Ubuntu disables the root account by default.
To activate it:
sudo passwd root
it will ask for you regular user name, and then for a new root password.
Even after doing this, many operations will still want your **user** password, so it can get confusing.
|