I cannot get root access on my new installation of Ubuntu

Asked by Doja

when I use the command 'su root' and get the password prompt, I dont have a password for root that works.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu pidgin Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Vojtěch Trefný (vojtech.trefny) said :
#1

In Ubuntu is root account "disabled" -- use sudo
https://help.ubuntu.com/community/RootSudo

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

If you want plain root access please also type:

sudo -i

and give your user password.

Hope this helps

Revision history for this message
Doja (reidojackson) said :
#3

Thanks marcobra, that solved my question.