Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
chkconfig [options] [service [flag]]
System administration command. Manipulate symbolic links in the /etc/rc.d/rc[0-6].d directories. chkconfig manages which services will run in a specified runlevel. Valid flags are on, off, or reset to reset the service to defaults given in its initialization script in /etc/rc.d/init.d. To specify defaults in an standard initialization script, add a comment line to the script beginning with chkconfig: followed by the runlevels in which the service should run, and the start and kill priority numbers to assign—e.g., chkconfig: 2345 85 15