LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xstart up question (https://www.linuxquestions.org/questions/linux-software-2/xstart-up-question-135129/)

OtisLinux 01-15-2004 12:51 PM

Xstart up question
 
How do i get it so they Xstart doesnt come up when i start the computer, i want it to start on the command line and run linux VIA command line

DrOzz 01-15-2004 12:56 PM

edit the file called /etc/inittab as root
change the line that says :
id:5:initdefault:
to read the following
id:3:initdefault:

OtisLinux 01-15-2004 12:57 PM

im usin Red Hat 9, if that makes any difference

Kahless 01-15-2004 02:09 PM

It makes no difference, the above command will work.

also note that once you are in cli, there are two ways to bring up the GUI. You can type init 5 as root, and init 3 to bring it back down... or the way i perfer to do it is to simply type "startx"

if you use startx, all you have to do to drop back to cli is log out of the gui.


All times are GMT -5. The time now is 03:39 PM.