Ubuntu user account creation, root privilege assignment tips
After you login as a user in Ubuntu machine, you can
go to the root account by typing
user@myhost:~# sudo -s
It will ask for the password of the current user and once you finish typing in the password, you are in the root user account.
(more…)