Start Unix processes on bootup
Thursday, August 16, 2007
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
Labels: linux
0 comments:
Subscribe to:
Post Comments (Atom)