chkconfig version 1.3.11.1 - Copyright (C) 1997-2000 Red Hat, Inc.
This may be freely redistributed under the terms of the GNU Public License.
usage:
서비스 runlevel 보기
chkconfig --list [name]
서비스 등록하기
chkconfig --add <name>
서비스 삭제하기
chkconfig --del <name>
서비스 runlevel 조정하기
chkconfig [--level <levels>] <name> <on|off|reset>
runlevel은?
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault: