Find the answer to your Linux question:
Results 1 to 4 of 4
Hello all, I am not able to Login as a root in my fedora 11 machine , but I can login with other user. when I login with as a ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    15

    I am not able to Login as a root in my fedora 11 machine

    Hello all,

    I am not able to Login as a root in my fedora 11 machine , but I can login with other user. when I login with as a root user the error occured "user authentication failed " .
    After login with user account when I open Terminal and try to login with same
    username = root and Password= admin then I can login .
    have you any idea about this ,Please reply .

    Thanks a lot .
    Nk

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    are you talking about logging in with root through the GUI?

    by default this is disabled, it is a config parameter for GDM, it should be like system->administration->login window or something like that that has the option, i can't remember exactly

    that aside, you shouldn't need to log in GUI as root most of the time, just use su in terminal and execute commands as root as needed..

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,096
    As indicated above by coopstah13, root user logins are generally not a good idea. If you need root permissions for admin tasks, an alternative to the su command if you don't want to use the command line is to use gksudo, or kdesu. For example:

    for Gnome:

    Code:
    gksudo gedit file_name
    for KDE:

    Code:
    kdesu kwrite file_name
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Just Joined!
    Join Date
    Jul 2009
    Posts
    15
    Actually I installed "the Gnome display manager"
    for resolving some Gnome Desktop problem after that I was unable to
    Login as root user .

    But Now I am able to Login as root in GUI mode as earlier before
    this problem .For resolving this I enable root login .


    Thanks a Lot
    nkjha




    Quote Originally Posted by ozar View Post
    As indicated above by coopstah13, root user logins are generally not a good idea. If you need root permissions for admin tasks, an alternative to the su command if you don't want to use the command line is to use gksudo, or kdesu. For example:

    for Gnome:

    Code:
    gksudo gedit file_name
    for KDE:

    Code:
    kdesu kwrite file_name

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...