What is the defualt password on ubuntu 8.4 beta

Asked by rvaarkamp

i can't su to root in terminal becuase i don't have the password anyone know what is the default

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Max Schukin (schukin) said :
#1

By default, the root account password is locked in Ubuntu (read more at https://help.ubuntu.com/community/RootSudo)
If you want to work on a root console you’d better use "sudo -i".

If you still want to enable root account (which is not recommended) enter the following command:
sudo passwd root
This will prompt for a new root password and once you confirm it, you can start using the root account to login.

If you want to disable root account in ubuntu you need to lock the root account by using the following command
sudo passwd -l root

Revision history for this message
Leonheart (tenchu-shinobi-taizen) said :
#2

I don't know if this will work for 8.4. In 7.10 I use user account to change root password (manual) then use login screen > security to enable root to login from login window. Logout first then login again with root.

Can you help with this problem?

Provide an answer of your own, or ask rvaarkamp for more information if necessary.

To post a message you must log in.