|
|
|
|
|
|
|
[Original]
[Print]
[Top]
|
1.在根目录下手动创建目录tftpboot
2.将文件放入(交叉编译生成的bin)
3.自己试试
[root@localhost ~]# cd /tftpboot
[root@localhost 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
[root@localhost tftpboot]# 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)
还是报错!!??
请各位指教,谢谢
|
|
|
[Original]
[Print]
[Top]
|
|
|