ubuntu tftp 安装
|
1.sudo apt-get install tftpd tftp openbsd-inetd 2.sudo vi /etc/inetd.conf
3.sudo mkdir /tftproot 4.sudo chmod 777 /tftproot 5.sudo /etc/init.d/openbsd-inetd restart 6.查看69端口是否有打开 :netstat -an | more| grep udp
7.本机测试: a. 在/tftproot 下新建文件1.txt b. 在其他目录下测试: tftp 127.0.0.1 (编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- 在Ubuntu Linux中从Eclipse交叉编译Windows应用程
- ubuntu – 我怎样才能在vagrant配置中显示带有wg
- Ubuntu安装nodejs
- ROS_Kinetic_29 kamtoa simulation学习与示例分析
- ubuntu – 来自Amazon S3的文件下载速度降至2 kb
- LAMP configuration after ubuntu16installation
- python在ubuntu中的几种安装方法(小结)
- py-faster-rcnn配置运行faster_rcnn_end2end—VG
- Ubuntu中为Android增加硬件抽象层(HAL)模块访问
- Pydoop在AWS的Ubuntu上Segmentation fault 错误处
