Menu Close
Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
31.4. TFTPD
31.4.1. tftp
서버 시작
On the DHCP server, verify that the
tftp-server
package is installed with the command rpm -q tftp-server
. If it is not installed, install it via Red Hat Network or the Red Hat Enterprise Linux CD-ROMs. 참고
RPM 패키지 설치에 관한 보다 자세한 정보는 Red Hat Enterprise Linux 배포 가이드의 패키지 관리 부분을 참조하시기 바랍니다.
tftp
는 xinetd 기반 서비스이며 다음 명령을 사용하여 시작할 수 있습니다:
/sbin/chkconfig --level 345 xinetd on /sbin/chkconfig --level 345 tftp on
이러한 명령은 즉각적인 작동 및 부팅시에 런레벨 3, 4, 5에서 시작하게 하기 위해
tftp
및 xinetd
서비스를 설정합니다.