서버 재시작시 자동으로 데몬 실행

by 운영자 posted Apr 16, 2011
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

chkconfig --level 2345 mysqld on

chkconfig --level 2345 httpd on

chkconfig --level 2345 vsftpd on

 

확인

 

chkconfig --list | grep mysqld

chkconfig --list | grep httpd

chkconfig --list | grep vsftpd