LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   root login (https://www.linuxquestions.org/questions/linux-newbie-8/root-login-555243/)

Apfelbox 05-19-2007 05:17 PM

root login
 
Hi

Sry this is a very stupid question...but I don't know how to login as root.
A friend says that I have to press Alt + F2 to login as root but that doesn't work.
I hope you can help me with my stupid problem :eek:

btw I use KDE 3.5.5 with kdmmanager

thx Apfelbox

puntjuh 05-19-2007 05:22 PM

You want to login as root via the login screen? Or do you want to do it while in busy with linux? That can be done by typing "su" (without quotes), in the konsole.

Or if your busy in kde, you could press CRTL+ALT+F1, and then you'll be presented a CLI, there you can login as root too. There are many options here, so more details about what it is you want would be nice.

Wim Sturkenboom 05-20-2007 12:41 AM

The newest Mepis is based on Ubuntu. In Ubuntu, the root account is locked and you're supposed to use sudo for administrative tasks. 'sudo' will prompt for the user's password
If you prefer a 'normal' root account, run the following command in a terminal
Code:

sudo passwd root

Tinkster 05-20-2007 01:22 AM

But with that all said: being logged in as root is bad practice,
it's as stupid as driving the car w/o your seat-belt, or a motor
bike w/o helmet.

You really should make use of sudo to do admin tasks rather than
working as root with a GUI.


G'schamster,
Tink

Apfelbox 05-31-2007 09:28 AM

OK thanks for all answeres


All times are GMT -5. The time now is 12:37 PM.