데비안 설치를 오늘 한 초보자입니다. 부팅시에 실행할 데몬들을 설정하는 툴이나 방법좀! 그러니깐 Redhat, Fedora 외 기타 배포판에서 사용하는 ntsysv와 같은 툴이 있으면 소개를 좀 해주세요!없다면 어떻게 해야하는지 알려주세요!
# apt-get install rcconf #rcconf
레드햇의 service 명령어 대신, # /etc/init.d/데몬명 start/stop/restart 사용하세요...
레드햇과 데몬명이 다르니 /etc/init.d/ 에서 확인해 보세요... e.g. httpd ---> apache2
# apt-get install HOPE
update-rc.d를 사용하세요..
# apt-get install rcconf#rcconf레드햇
# apt-get install rcconf
#rcconf
레드햇의 service 명령어 대신,
# /etc/init.d/데몬명 start/stop/restart 사용하세요...
레드햇과 데몬명이 다르니 /etc/init.d/ 에서 확인해 보세요...
e.g.
httpd ---> apache2
# apt-get install HOPE
update-rc.d를 사용하세요..
update-rc.d를 사용하세요..