LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Root!!!! (https://www.linuxquestions.org/questions/linux-software-2/root-71334/)

InSane103 07-09-2003 01:35 PM

Root!!!!
 
Alright, KDE will not let me sign in as root..... the only user I can select is the other profile.
I can't get in under root!!!!!!

Jose Muņiz 07-09-2003 01:46 PM

You can use

a) su

In the shell you can type that and you will have a shell where you are *root*

b) su -c 'command'

In the shell you can insert only a command which will be ran as root.

c) kdesu <applicationname>

You can run a kde application as root in this way. For instance kdesu konqueror , a konqueror browser will appear which will have access to all your directories etc.

If all else is not what you need... you can press Ctrl + Alt + F1 (to F6) and then login as root there (Text mode). You can then start gdm and run the graphical interface in another terminal.

I assume you are using Mandrake. I think I once saw an option to disable the incapability to login as root but I'm not really sure. Maybe you shouldb try to look for it in the Mandrake Configurations?

InSane103 07-09-2003 01:48 PM

Thanks, I am not sure about the root disabling, I'll have to check for it....

InSane103 07-09-2003 01:50 PM

I was going through configurations, and in back up, there was a user listed as "nobody" is that normal?

jpbarto 07-09-2003 01:53 PM

nobody is a 'safety feature' userid. a user with no privelages basically. Apache (for example) will usually run as 'nobody'. That way if someone hacks through the web server they won't necessarily get root access right away.

having a 'nobody' user is totally normal.

InSane103 07-09-2003 01:55 PM

Ohhh ok thanks

InSane103 07-09-2003 02:02 PM

Oh no..... uhhhhh..... I was in the User Drake set-up, I changed the root name by mistake, now I can't change it back to root...
I can't get into the Mandrake Control Center due to the fact that it does not know I am a user?

InSane103 07-09-2003 02:03 PM

"su: user root does not exist"

tcaptain 07-09-2003 02:04 PM

Quote:

Originally posted by Jose Muņiz
I assume you are using Mandrake. I think I once saw an option to disable the incapability to login as root but I'm not really sure. Maybe you shouldb try to look for it in the Mandrake Configurations?
Just a note (a quick search of the forum will show details as I've seen this exact problem discussed before), in Mandrake when you boot in graphical mode (init 5) the root login is disabled by default in MDKKDM and KDM...however, if you go in the KDE Control Center, there's options somewhere that relate to KDM and you can re-enable it there.

InSane103 07-09-2003 02:06 PM

Now I have the problem of the root name being different, so even if I log in under root, I cannot change any settings.
I get the error "User does not exist."

InSane103 07-09-2003 02:11 PM

I also cannot edit settings from this account, any window where I had once to enter the root pass now does not open!

InSane103 07-09-2003 02:11 PM

I also cannot edit settings from this account, any window where I had once to enter the root pass now does not open!

jpbarto 07-09-2003 02:14 PM

can you 'su <new-root-username>'? if you can... do so and change the name back to root.

InSane103 07-09-2003 02:15 PM

oooooooooooooooooooo thank you veryyyyyyyyyy much!

Jose Muņiz 07-09-2003 02:16 PM

You can change root's username? Wow now that's cool. I have no idea on what you can do... maybe do a

su 'newrootname'

where newrootname is the new name you gave root :)


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