CentOS 6에서 서비스의 실행 레벨을 관리합니다. 더 많은 정보: https://manned.org/chkconfig.
chkconfig --list
chkconfig --list {{ntpd}}
chkconfig {{sshd}} on
chkconfig --level {{2345}} {{sshd}} on
chkconfig {{ntpd}} off
chkconfig --level {{3}} {{ntpd}} off