foggia2004

red hat enterprise 6安装tftp服务

1--->检查是否安装tftp
rpm -qa tftp*

2--->安装tftp
yum install -y tftp-server

3--->chkconfig --list|grep tftp

4--->vim /etc/xinet.d/tftp
修改server_args = -s 指定目录
disable = no

5--->设置自动运行
chkconfig tftp on

6--->验证
netstat -anup | grep 69

  

posted on 2016-09-27 11:10  foggia2004  阅读(261)  评论(0)    收藏  举报

导航