How to Use chkconfig command on fedora


chkconfig command is default command for linux versions.
chkconfig command is basically used for what is status when machine is rebooting. Startup of machine which services get started automatically.

For listing for services:
#su
#ROOT-PASSWORD
#chkconfig –list

If you want to add any service at startup:
# chkconfig –add nginx

If you want to turn on any service at startup:
#chkconfig nginx on

Stopping service
#chkconfig mysql off

5 thoughts on “How to Use chkconfig command on fedora

  1. What about aiccu ? I have it on every init on, but it doesn’t start on bootup I have to login open a terminal window and type init 5 for example to start it what could be the problem ?

Leave a comment