LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Kill X in MDK8.2 (https://www.linuxquestions.org/questions/linux-software-2/kill-x-in-mdk8-2-a-24473/)

Admiral Yoshi 06-27-2002 06:58 PM

Kill X in MDK8.2
 
how do I do that?

trickykid 06-27-2002 08:21 PM

ctrl + alt + backspace

or login into another terminal and kill the process...

Admiral Yoshi 06-27-2002 11:15 PM

I try Ctrl + Del + Bksp, it only restarts X. I need to actually stop X from running.

sewer_monkey 06-28-2002 10:11 PM

Log in as root, and type init 3. To prevent X from starting automatically on restart, as root, edit the file /etc/inittab changing the line "id:5:initdefault:" to "id:3:initdefault:".

Basically you are telling Linux to switch runlevels (5 is X and 3 is console, aka "text mode"). The "id" line in /etc/inittab tells Linux what runlevel to run at startup by default.


All times are GMT -5. The time now is 07:51 PM.