Differences
This shows you the differences between two versions of the page.
— | chkconfig [2016/04/15 21:30] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== chkconfig ====== | ||
+ | * [[CentOS]] | ||
+ | |||
+ | chkconfig is used to setup services. | ||
+ | |||
+ | List services: | ||
+ | |||
+ | < | ||
+ | chkconfig --list | ||
+ | </ | ||
+ | |||
+ | Disable a service: | ||
+ | |||
+ | < | ||
+ | chkconfig ip6tables off | ||
+ | </ | ||
+ | |||
+ | Completely remove a service: | ||
+ | |||
+ | < | ||
+ | chkconfig --del ip6tables | ||
+ | </ |