chkconfig 사용법

chkconfig 리스트

$ sudo chkconfig --list

chconfig 리스트 등록

$ sudo chkconfig --add 서비스명

chconfig 리스트 제거

$ sudo chkconfig --del 서비스명

자동실행 설정

$ sudo chkconfig --level 2345 서비스명 on

자동실행 제거

$ sudo chkconfig --level 2345 서비스명 off

'Linux' 카테고리의 다른 글

Ubuntu 12.04 Subversion 구축  (0) 2015.09.22
top grep  (0) 2015.09.21
shell script 반복문  (0) 2015.02.07
CentOS vsftpd FTP 설치 및 설정  (0) 2014.12.26
sudo 사용하기  (0) 2014.12.05
Posted by satis
,