New to Ubuntu and I'm not able to login as root.

Asked by William Polka

How do I login as root?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

You don't. The account is disabled from login for a great many security reasons. You can use the sudo command when you need extra access. You can get a root prompt by running :

sudo su -

The faster you forget about root and the more you use sudo the better you will find Ubuntu

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2
Revision history for this message
William Polka (pokab) said :
#3

Thanks actionparsnip, that solved my question.

Revision history for this message
William Polka (pokab) said :
#4

Thanks, markrijckenberg, that link was very helpful.