Results 1 to 7 of 7
i dont want "you should not login as root it is dangerous" no sudo i want gui...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-15-2012 #1Just Joined!
- Join Date
- Oct 2012
- Posts
- 4
How do i login as root on debian squeze
i dont want "you should not login as root it is dangerous" no sudo i want gui
- 10-15-2012 #2
Hello and Welcome!

Your post indicates that you know the issues of logging in as root.
That said, I won't give you the step-by-step. But I will say that a few Google searches will yield some results for you.
Good luck on it.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.
- 10-15-2012 #3Just Joined!
- Join Date
- Oct 2012
- Posts
- 4
i did
i did search i found nothing but "you should no login as root"
- 10-15-2012 #4
If you are using GDM then edit /etc/pam.d/gdm3 file to enable GUI root login.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-15-2012 #5Just Joined!
- Join Date
- Oct 2012
- Posts
- 4
how
how can you plz give me the instuctions
- 10-15-2012 #6
Press Alt+F2 and type this
It will open gdm3 file in Gedit with root privileges.Code:gksu gedit /etc/pam.d/gdm3
Put # sign before user root line
Save file and reboot machine.Code:#auth required pam_succeed_if.so user != root quiet_success
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-07-2013 #7Just Joined!
- Join Date
- Apr 2013
- Posts
- 11
LOGIN AS ROOT
Reboot the system
at the login dialog hit CTL - ALT - F1
login as root cli only
ps - A | grep X will give you a process number
kill processnumber
startx now you'll be logged in as root


Reply With Quote
