View Full Version : What is the pre root passward in Ubuntu5.04?
zmcid9
April 11th, 2005, 01:51 AM
I have finished installing the Ubuntu5.04,I wanted to shift to the root,but I don't have the root passward.What is the default root password?Is it pre set in the system?Thank you!
heimo
April 11th, 2005, 02:44 AM
You can run programs as a root with sudo, or if you want to use root account "as usual", you can set its password with
sudo passwd root
enter this in terminal or console (command prompt), type new root passwd twice and you're ready to root. :) Remember not to use root account for anything other than neccessary administration tasks (editing system wide config files, installing software). Don't log into X using root, don't use it as your regular user account.
sassur
April 11th, 2005, 03:38 AM
There is no root password in Ubuntu, the root account is disabled. If you want to do admin stuff you should use sudo.
example:
$ sudo nano /etc/apt/sources.list
when it askes for password enter your user password.
more info about sudo http://www.ubuntulinux.org/wiki/RootSudo
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.