Skip to content
  • Tools
    • ARFCN-Frequency Converter
  • Contact Us

Linux – How to login as root from the logon screen

fedoralinuxlogin-screenroot

How do I login as root in fedora after the fedora boots?

When signing in by specifying username : root and password : xxxxxxxx fedora says unsuccessful login attempt. This is the same password I specify when using sudo command.

I always have to login as an under privileged user on my own machine by specifying the username I created while installing fedora, or just before fedora prepares working environment for the first time.

I want to mention that both the passwords for root and non-root are same. Can this cause a problem?

I am using fedora-16 Gnome.

Best Answer

To login via the GUI screen you need to enable root login.
See: Enable root user in Gnome for Fedora 14?

Also, the password you type when using sudo is the password of your own user, not root. You can change the root password using sudo passwd.

Related Question
  • Can’t login into Fedora 14 (XFCE) desktop. For the second time
  • Is it possible to change the ownership of an executable to root using sudo
  • Linux – ssh: execute privileged command when a non-root user logs in
  • Linux – really disable root ssh login