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:
 +
 +<code>
 +chkconfig --list
 +</code>
 +
 +Disable a service:
 +
 +<code>
 +chkconfig ip6tables off
 +</code>
 +
 +Completely remove a service:
 +
 +<code>
 +chkconfig --del ip6tables
 +</code>

Navigation
QR Code
QR Code chkconfig (generated for current page)