
chkconfig
List of commands for chkconfig:
-
chkconfig:tldr:0094b chkconfig: Disable service at boot for runlevel 3.$ chkconfig --level ${3} ${ntpd} offtry on your machineexplain this command
-
chkconfig:tldr:74227 chkconfig: Show a service's runlevel.$ chkconfig --list ${ntpd}try on your machineexplain this command
-
chkconfig:tldr:816c2 chkconfig: Enable service at boot for runlevels 2, 3, 4, and 5.$ chkconfig --level ${2345} ${sshd} ontry on your machineexplain this command
-
chkconfig:tldr:8bb55 chkconfig: Disable service at boot.$ chkconfig ${ntpd} offtry on your machineexplain this command
-
chkconfig:tldr:bd7cf chkconfig: Enable service at boot.$ chkconfig ${sshd} ontry on your machineexplain this command
-
chkconfig:tldr:da8f3 chkconfig: List services with runlevel.$ chkconfig --listtry on your machineexplain this command