Start Unix processes on bootup

The chkconfig command can be used to activate and deactivate services, and configure a service to start during bootup.


$ chkconfig --list <service name>

To activate[deactivate] the service during bootup:

$ chkconfig --level 2345 <service name> on[off]

Posted bySeshu Karthick at 9:51 AM  

0 comments:

Post a Comment