LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 968|回复: 2

请问:红旗5,怎么启动tftp服务?

[复制链接]
发表于 2007-4-10 13:15:00 | 显示全部楼层 |阅读模式
请问:红旗5,怎么启动tftp服务? 谢谢
 楼主| 发表于 2007-4-10 16:30:33 | 显示全部楼层
i# default: on

# description: The tftp server serves files using the trivial file transfer \

#   protocol.  The tftp protocol is often used to boot diskless \

#   workstations, download configuration files to network-aware printers, \

#   and to start the installation process for some operating systems.

service tftp

{

    socket_type     = dgram

    protocol        = udp

    wait            = yes

    user            = root

    server          = /usr/sbin/in.tftpd

    server_args     = -s /tftpboot

    disable         = no

    per_source      = 11

    cps             = 100 2

    flags           = IPv4

}



这个是tftp的文件内容  大虾看看有问题么?
回复 支持 反对

使用道具 举报

发表于 2007-4-16 16:39:37 | 显示全部楼层
红旗, 图形界面,在程序菜单里有一选项:服务 选中tftp然后点击start 这个选项,就可以拉。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表