1.安装:
yum -y install tftp-server xinetd
2.查看安装的tftp信息:
rpm -ql tftp-server
其中tftp的默认根目录为/var/lib/tftpboot
3.重启tftp服务:
systemctl start tftp
4.查看tftp服务的网络信息:
netstart -tunlp
默认使用的是69端口
5.停用防火墙
systemctl stop firewalld
yum -y install tftp-server xinetd
rpm -ql tftp-server
其中tftp的默认根目录为/var/lib/tftpboot
systemctl start tftp
netstart -tunlp
默认使用的是69端口
systemctl stop firewalld