05 October 2011

Disable X Window in Red Hat

Edit inittab (as root)
   vi /etc/inittab
      replace line 
id:5:initdefault:
      with 
id:3:initdefault:

Run the commands
  init q
  init 3

X Window will not start next reboot.