Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
This is probably one of the most noobest questions to ask, but how do you log in as root?
I can log in through through the shell using "su root" but I want root with a graphical interface. If they took away this feature in Mandrake 10.0, then could someone please help me set up XCDRoast as I get an error when I try run it, "You need a superuser to set it up before anyone else can use it."
I haven't used Mandrake recently, but you should be able to type in root as the username at the login screen and use root's password to log in via the GUI. If you have it set to log in automatically, log out of the GUI interface then log back in as root.
IF you want to login with the gui in Mandrake all you have to do is go to System -> Configuration -> Kde -> System -> Login Manager and add root. You can choose what gui you want to use at the login screen. Once you get in, you should be able to run any program you want.
Be advised that logging in as root is not a good idea one bit and should be avoided at all cost.
a better idea, so that you dont even have to log into root through a gui, why dont you find out the name of the program, run a terminal in the gui, change to root, then run the program. It will open up the program in a gui!
you are not really supposed to log into the GUI as root, but anyway if you insist, the solution is as follows. You need to start Mandrake Control Center, look for a setting to change the display manager and select KDM instead of MDKKDM. Reboot or as root "type init 3" to kill the xserver, login as root again and run "init 5" and KDM should be running.
There is a command for running graphical programs as root called kdesu
Type 'kdesu xcdroast' in the application launcher. You can also use the 'run command' menu, or press ALT-F2 to enter in the kdesu command.
If there is a program that you need to run often as root, you can drag the icon from the menu onto the KDE taskbar. Right click and select properties. In one of the tabs you can select 'run as a different user' and enter root as that user. Then next time you want to run the program as root, you only need to click on the icon and enter the root password.
If you are using KDE, the Run As Root add-in might be a solution.
Otherwise, there is really no reason to login as root. Just su to root and run the program from the command line. The less you run as root, the safer. When the program is shut down afterwards, you exit from root status, and you're back. No reason to change runlevels just for that.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.