Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
chkconfig [2015/08/18 15:50]
steve created
chkconfig [2016/04/15 15:30]
steve
Line 9: Line 9:
 <​code>​ <​code>​
 chkconfig --list chkconfig --list
 +</​code>​
 +
 +Disable a service:
 +
 +<​code>​
 +chkconfig ip6tables off
 +</​code>​
 +
 +Completely remove a service:
 +
 +<​code>​
 +chkconfig --del ip6tables
 </​code>​ </​code>​