Fedora Linux操作系统中TFTP的配置技巧
2008-04-07 11:58:25 来源:WEB开发网核心提示: 1.安装TFTP客户端和服务器 yum install tftp yum install tftp-server 2.配置TFTP服务器 把/etc/xinetd.d/tftp.rpmnew拷贝为/etc/xinetd.d/tftp,然后把disable的值改为no,Fedora Linux操作系统中TFTP的配置技
1.安装TFTP客户端和服务器
yum install tftp
yum install tftp-server
2.配置TFTP服务器
把/etc/xinetd.d/tftp.rpmnew拷贝为/etc/xinetd.d/tftp,然后把disable的值改为no。修改user的值,不要使用root用户。修改server_args 行为:server_args = -s 指定的目录 -c ,-c 表示可以创建文件。其它选项默认即可。
cp /etc/xinetd.d/tftp.rpmnew /etc/xinetd.d/tftp
3.最后执行:service xinetd restart 就可以启动tftp-server了。
4.执行tftp命令即可验证。
- ››linux下两台服务器文件实时同步方案设计和实现
- ››Linux文件描述符中的close on exec标志位
- ››Linux下管道使用的一些限制
- ››Linux 误删/usr/bin 解决方法
- ››linux 添加新用户并赋予sudo执行权限
- ››linux常用软件安装方法
- ››Linux的分区已经被你从Windows中删除,系统启动后...
- ››linux enable命令大全
- ››Linux实现基于Loopback的NVI(NAT Virtual Interfa...
- ››Linux远程访问windows时,出现"连接被对端重...
- ››linux中使用head命令和tail命令查看文件中的指定行...
- ››linux swap 分区调控(swap分区 lvm管理)
更多精彩
赞助商链接