enable or disable system services

NAME
       chkconfig - enable or disable system services

SYNOPSIS
       chkconfig -t|--terse [names]
       chkconfig -s|--set [name state]
       chkconfig -e|--edit [names]
       chkconfig -c|--check name [state]
       chkconfig -l|--list [--deps] [names]
       chkconfig -A|--allservices
       chkconfig -a|--add [names]
       chkconfig -d|--del [names]

  

chkconfig  is  used to manipulate the runlevel links at boot time (see init.d(7)).  It can be thought of as a fronâ€
       tend to insserv(8).  Chkconfig can run in six different modes: terse list mode, set mode, edit mode, list mode, add
       mode and delete mode. The last three modes were added for compatiblity reasons.

你可能感兴趣的:(list,delete,System)