LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Red Hat Enterprise Server 5.5 (https://www.linuxquestions.org/questions/linux-newbie-8/red-hat-enterprise-server-5-5-a-857658/)

TEC.Turtle 01-20-2011 06:34 PM

Red Hat Enterprise Server 5.5
 
how come when I install usting text mode I can log in as root but when I use GUI I cannot it will not recognize the root password?

chrism01 01-20-2011 06:53 PM

It's a security thing that's been around for a few versions now. Ideally, you should not allow root login remotely at all, or allow a root login locally via the GUI prompt.
You'll several qns on this if you search LQ.
Theoretically you can change it, but its not best practice to do so.
http://www.linuxtopia.org/online_boo...ion/index.html

Ps Welcome to LQ
:)

snowday 01-20-2011 07:40 PM

A good practice is to log in to the GUI as a regular user, then open a terminal and type:

Code:

su -
to gain a root terminal for administrative tasks.

TEC.Turtle 01-20-2011 08:09 PM

Thanks for the help


All times are GMT -5. The time now is 05:44 PM.