使用的是虚拟机
/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不了。请高手帮忙分析一下啊