> I 'm new to kde and have a question. I recently installed linux
> (MacMillian software Complete linux system 6.5). And during the
> installation, I choose to start in kde. And it's great! But I still
> like the command line stuff. I can't figure out how to shut kde down,
> and just get to the command line. When I shut it down it gives me a
> login screen, with 3 choices. Shutdown, restart kde and shutdown and
> restart. Also there is a dropdown menu with kogin choices. kde, up level
> and failsafe. None of these get me to strickly command line. Any help
> would be greatly appreciated.
You are in runlevel 5 - that's why you always get the x-login even if
you log out.
you can either switch to runlevel 3 (in /etc/inittab) - this will give
you the command-line prompt/login when you boot, and when you exit X.
or you can open a virtual console when in X by pressing Ctrl+Alt+Fx (x
being 1,2,3,4,5,6,7,8) you will get a command line login. You can do
your stuff there, and when you're sick of it, log out and press
Ctr+Alt+F7 (or F8) and you get back to your X-session.
But why don't you just open a normal shell and do your command-line
stuff there?
-Jan