How can root login be enabled in Ubuntu 9.10?
|
migrated from stackoverflow.com Mar 5 '10 at 17:13
|
If you already have the root user enabled and are trying to login at the gdm login screen, try checking the file /etc/gdm/custom.conf for the AllowRoot property. It needs to be set to true.
You may have to add those lines to the file. Restart gdm and you should be able to login as the root user. Also, there is a AllowRemoteRoot property if you are trying to login as root to the machine from another machine. |
|||||||
|
|
I really doubt that you need to do this. Just use gksudo anyprogram to run it as root. And, if you really, really want to run a GUI as root, you can just do (in a text terminal - Alt-1 - Alt-6):
I hardly see any reason to play with the gdm config, as what you are asking for should not be a regular situation, as whenever you need it, you can put the extra effort. |
|||
|
|
|
The root user is disabled in Ubuntu. See this link for more: https://help.ubuntu.com/community/RootSudo |
|||||||||
|
|
Set root password, it will be enabled. Run this in terminal, or add sudo if needed.
|
|||
|
|
|
This will work
Enter password in the field and it will successfully change it. |
||||
|
|