Thursday, January 1, 2009
How to enable GUI login for root user in Fedora 10
Posted on 9:11 AM by Unknown
Log in as your average user, then elevate yourself to root (su -). First, make a backup of the file you’re about to edit:# cp -a /etc/pam.d/gdm /etc/pam.d/gdm.origNow edit /etc/pam.d/gdm and change the line:auth required pam_succeed_if.so user != root quiet…to:auth required pam_succeed_if.so user quiet…save it, log out and now you can log back into GDM as root.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment