由普通用户进入root用户
[[email protected] ~]# yum install xinetd
[[email protected] ~]# yum install tftp
[[email protected] ~]# yum install tftp-server
修改配置文件
[[email protected] ~]#vim /etc/xinetd.d/tftp
原文件
修改后
重新启动tftp服务
[[email protected] ~]#systemctl restart xinetd.service
[[email protected] ~]#netstat -a | grep tftp
[[email protected] ~]#netstat -tunap | grep :69
本机测试
tftp安装成功!!