ubuntu14.04(64bit)主机中安装tftp服务器
2016.10.24: 今天在我的ubuntu14.04(64bit)主机中安装tftp服务器,并测试成功。 1.sos@sos:~$ sudo apt-get install tftpd tftp openbsd-inetd 2.sos@sos:~$ sudogedit /etc/inetd.conf
3.sos@sos:~$ sudo mkdir /home/sns/share/tftpsever 4.sos@sos:~$ sudo chmod 777 /home/sns/share/tftpsever 5.sos@sos:~$ sudo /etc/init.d/openbsd-inetd restart 6.查看69端口是否有打开 :netstat -an | more| grep udp
7.在本机进行测试: a. 将编译通过的uImage文件拷贝到/home/sns/share/tftpsever 下 b. 在其他目录下测试: sos@sos:~$ pwd /home/sos sos@sos:~$ tftp 192.168.16.110(我主机的ip) tftp> get uImage Received 3019679 bytes in 0.1 seconds tftp> q sos@sns:~$ (编辑:鄂州站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- OpenStack Error – Index column size too large. The max
- Ubuntu 16.04 apt-get搭建LAMP环境
- ubuntu – 删除php5-fpm with apt要求安装apache
- Linux Ubuntu系统上手动安装.NET Core SDK的方法
- 解决VirtualBox中Ubuntu 14.04屏幕分辨率不能设置的问题
- ubuntu14.04 安装jdk 的两种方式
- Ubuntu17.04 sudo apt-get update升级错误
- ubuntu16.04安装mysql并配置远程访问
- VirtualBox下为Ubuntu虚机添加第二块网卡
- 如何将ubuntu中的顶部任务栏变成半透明