Red Hat


Tags:

                                  


Managing Init Scripts with chkconfig:
----------------------------------------------------------------------------

List all services on at run level 1:

# chkconfig --list | grep 1:on

----------------------------------------------------------------------------

Enable a service:

# chkconfig cups on

----------------------------------------------------------------------------

Disable a service:

# chkconfig cups off