30.3. tftp 서버 시작
DHCP 서버에서,
tftp-server
패키지가 rpm -q tftp-server
명령을 사용하여 설치되었는 지를 확인합니다.
tftp
는 xinetd 기반 서비스이며 다음 명령을 사용하여 시작할 수 있습니다:
/sbin/chkconfig --level 345 xinetd on /sbin/chkconfig --level 345 tftp on
/sbin/chkconfig --level 345 xinetd on
/sbin/chkconfig --level 345 tftp on
이러한 명령은
tftp
및 xinetd
서비스가 부팅시 런레벨 3,4,5에서 시작되도록 설정합니다.