Results 1 to 7 of 7
Unable to view the root user, during iniital bootup of fedora 15, other users are visible.
How can this be done....
- 07-22-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
Root user not visible in fedora 15
Unable to view the root user, during iniital bootup of fedora 15, other users are visible.
How can this be done.
- 07-22-2011 #2
Hello and Welcome!
What exactly do you mean?
Are you asking about logging in as root?Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-22-2011 #3Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
Thanks for the reply
I meant, when the startup screen comes, only my local user is displayed for logging in. But I want to login as root... how do i do that... I cant see any option for that.
It is possible thru terminal by su command.. but not thru gui?
- 07-22-2011 #4
That's about the size of it.
I haven't done a Fedora install in a little while, but the way I remember it is that logging into the GUI as root is disabled... and for good reason!
To be honest, there is no reason, ever, to login to the GUI as root.
Unless, of course, you don't mind accidentally hosing your system with an accidental keystroke.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-22-2011 #5Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
Thanks jay
But I wanted the root user, mainly since I find no single software package available for installation as a normal user. I guessed it must be something with the permissions. So ROOT
Since i have installed fedora 15 for the first time, i am having a host of problems.
1. I need to install openoffice, or libreoffice
2. jre latest version req. to run my latest applets, which does not seem to be loading from firefox plugins finder.... now if downloaded, how to install?
3 ssh client, ftp client.. and so on..
I do not want to overload at the first instance...
- 07-22-2011 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,097
Hello and welcome aboard!

The root account is disabled for GUI logins in most distros since it's considered a huge security risk. You need root permissions to install software under Linux, but you can easily gain root permissions with the su command, or by using sudo if you have that installed. You can check the manual pages for info on using those commands:
You should be able to install most of the packages you want with YUM, the package tool for Red Hat based distros:Code:man su man sudo
http://www.fedoraforum.org/forum/showthread.php?t=25880oz
→ 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.
- 07-23-2011 #7
Hello
a piece of cake ,easy operation step:
1:su
2:vi /etc/pam.d/gdm
direct delete the a line "auth required pam_succeed_if.souser != root quiet"
3:wq #save and exit
4:vi /etc/pam.d/gdm-passwaord
direct delete auth "required pam_succeed_if.souser != root quiet"
5:wq #save and exit
so that you can be login with root user


Reply With Quote
