Change Runtime Settings for Linux Servers

by Ron on July 7, 2008

I install RHEL on all my production machines and CentOS on all my test/development boxes. Installing the GUI is helpful for configuration, but you sure don’t want to run them that way all the time. So after everything is installed, configured and tested, I make the following change:

nano /etc/inittab

Change

id:5:initdefault:

To

id:3:initdefault:

Save the file and reboot the machine. When you want to launch a GUI, just run:

startx

Bookmark and Share

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>