30.3. Iniciando o Servidor tftp
		No servidor DHCP, verifique se o pacote 
tftp-server está instalado com o comando rpm -q tftp-server.
	
		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
/sbin/chkconfig --level 345 xinetd on
/sbin/chkconfig --level 345 tftp on
		Este comandos configuram os serviços 
tftp e xinetd para que iniciem em nível de execução 3, 4, e 5 durante a inicialização.