The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Disable X
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 03-19-2002
penguin-friend
Guest
  
 

Posts: n/a
Bits: 0 [Banking]
An "init 3" wouldn't be enough?

Couldn't he modify the /etc/inittab file, so that the default state would be init 3?

You should see in your inittab file a line like:

init:5:initdefault:

Modify the 5 to be 3:

init:3:initdefault:

I think this should work for you...

Jason