′runlevel 5′ 로 로그인 되어 있는 상태에서 Apache에 소스컴파일 설치를 하여 ′/etc/init.d′ 의 경로에 httpd 데몬 shell script를 생성하여 정상적인 실행을 확인하였다. 해당 데몬을 재부팅 후에 자동 실행되도록 설정하는 명령어는?
1
systemctl restart httpd.service
2
/etc/init.d/httpd restart
3
chkconfig --list | grep httpd
4
chkconfig --level 5 httpd on