wood_linux 发表于 2005-9-1 16:22:25

求教:如何解决如下tftp服务错误

# tftp 129.1.22.69
tftp> get image.bin
Error code 0: Permission denied


求教各位,谢谢!!!!!!!

wood_linux 发表于 2005-9-2 11:18:23

1.在根目录下手动创建目录tftpboot
2.将文件放入(交叉编译生成的bin)
3.自己试试
# cd /tftpboot
# ll
总用量 996
-rwxr--r-- 1 root root 17601 9月 1 14:12 dbserver
-rwxrwxrwx 1 root root 837642 9月 1 17:37 image.bin
-rwxr--r-- 1 root root 37497 9月 1 14:12 lcserver
-rwxr--r-- 1 root root 1484 9月 1 14:12 ledshow
-rwxr--r-- 1 root root 9054 9月 1 14:12 mf_debug
-rwxr--r-- 1 root root 11493 9月 1 14:12 mfserver
-rwxr--r-- 1 root root 28997 9月 1 14:12 msserver
-rwxr-xr-x 1 root root 19195 9月 1 14:12 ms_test
# tftp 129.1.22.64
tftp> get qqq
Error code 0: Permission denied
tftp> get image.bin
Error code 0: Permission denied

但是image.bin的权限已经修改(chmod 777 image.bin)
还是报错!!??

请各位指教,谢谢
页: [1]
查看完整版本: 求教:如何解决如下tftp服务错误