Synopsis
chkconfig --list [name] chkconfig --add name chkconfig --del name chkconfig [--level levels] name <on|off|reset> chkconfig [--level levels] name
Example
List status for all serviceschkconfig --listList status for test service
chkconfig --list testAdd service called test
chkconfig --add testDelete service called test
chkconfig --del testTurn on & Turn off service
chkconfig --level 3 5 httpd off
Disqus comments