Monday, April 11, 2011

linux - disable GUI

In Red Hat linux to disable GUI during startup
modify the file /etc/inittab to
'id:3:initdefault:'

to start GUI from shell use the below command
init 5

To shutdown use
init 0
or halt, poweroff, shutdown.

No comments:

Post a Comment