Chinaunix首页 | 论坛 | 博客
  • 博客访问: 95320
  • 博文数量: 15
  • 博客积分: 126
  • 博客等级: 入伍新兵
  • 技术积分: 324
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-20 08:46
文章分类
文章存档

2013年(15)

我的朋友

发布时间:2013-01-14 09:39:30

要搭建一个tftp server只需要简单的三步:1.将以下内容放到/etc/xinetd.d/tftp2.创建/tftpboot目录,并修改权限:chmod 777 /tftpboot3.启动tftp server:xinetd -f /etc/xinetd.d/tftp# default: off# description: The tftp server serves files using the trivial file transfer \#    protocol.  The tftp protocol is often used to b......【阅读全文】

阅读(1542) | 评论(0) | 转发(0)

发布时间:2013-01-11 21:33:54

要配置一个tftp server只需要简单的三步:1.将以下内容放到/etc/xinetd.d/tftp2.创建/tftpboot目录,并修改权限:chmod 777 /tftpboot3.启动tftp server:xinetd -f /etc/xinetd.d/tftp# default: off# description: The tftp server serves files using the trivial file transfer \#    protocol.  The tftp protocol is often used to b......【阅读全文】

阅读(1360) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册