Being root in Ubuntu
Submitted by madvip on Sun, 02/24/2008 - 13:51.
One of the main differences between Ubuntu and other distros, is the use of 'sudo' to do anything as root. You are not allowed to log in as root, however there are times when you need to do multiple operations as the root user. In order to achieve this you must type the following command:
sudo -s

