Linux 下TFTP服务器的搭建方法,与使用教程

一、软件包下载:

tftp tftpd openBSD-inetd

在终端输入: sudo apt-get install tftpd tftp openbsd-inetd


二、编辑配置文件/etc/inetd.conf:

sudo vi  /etc/inetd.conf

在这个配置文件里面找到下面的位置:
  #:BOOT: TFTP service is provided primarily for booting. Most sites
  # run this only on machines acting as "boot servers."
  tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /srv/tftp

TFTP与NFS挂载详情请看我的博客 http://oldboys.sinaapp.com/qrs/transplant/tftp.html





你可能感兴趣的:(嵌入式Linux环境搭建)