Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

31.4. TFTPD

31.4.1. Iniciando o Servidor 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.

Nota

Para mais informações sobre a instalação de pacotes RPM, consulte a seção Gerenciamento de Pacotes do Guia de Implementação do Red Hat Enterprise Linux.
O tftp é um serviço baseado no xinetd e pode ser iniciado com os seguintes comandos:
/sbin/chkconfig --level 345 xinetd on /sbin/chkconfig --level 345 tftp on
Este comandos configuram os serviços tftp e xinetd para que iniciem imediatamente e também os configura para que iniciem em nível de execução 3, 4, e 5 durante a inicialização.