红联Linux门户
Linux帮助

Ubuntu] ubuntu tftp无法get/put,请高手指定

发布时间:2012-04-24 10:40:51来源:红联作者:mvyjohn
使用的是虚拟机
/etc/xinetd.d/tftp配置如下:
service tftp
{
disable =no
socket_type =dgram
protocol =udp
wait =yes
user =root
server =/usr/sbin/in.tftpd
server_args =-s /tftpboot
source = 11
cps = 100 2
}

/etc/init.d/xinetd restart也已经重新启动
但是tftp get或者put的时候总是:
Error code 2: Forbidden directory
请高手指定一下是什么原因啊。
/tftpboot目录已经chmod 777了。
目录下面的文件也已经修改了文件可读写属性就是tftp不了。请高手帮忙分析一下啊
文章评论

共有 0 条评论