debian tftp 配置

博客介绍了TFTP的配置文件相关信息,其配置文件属于 /etc/xinetd.conf,因该文件会调用 /etc/xinetd.d 中的配置文件,所以TFTP配置文件在 /etc/xinetd.d 中为 tftpd,还提到了 tftpd 的启动文件,重启命令使用 xinetd。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  1. tftp 的配置文件属于 /etc/xinetd.conf,由于 /etc/xinetd.conf 会调用 /etc/xinetd.d 中的所有配置文件,所以我的配置文件在 /etc/xinetd.d 中表示为 tftpd;

  2. tftpd 的配置信息如下:

    service tftp
    {
            protocol        = udp
            socket_type     = dgram 
            wait            = yes
            user            = root
            server          = /usr/sbin/in.tftpd
            server_args     = -c -s /root/QorIQ-SDK-V1.8-20150619-yocto/build_t4240rdb-64b_release/tmp/deploy/images/t4240rdb-64b
            disable         = no
            per_source      = 11
            cps             = 1002
            flags           = IPv4
    }
    
  3. tftpd 的启动文件为 /usr/sbin/in.tftpd

    但重启的命令是使用 xinetd

    service xinetd restart

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值