持之以恒

记录本
posts - 4, comments - 32, trackbacks - 0, articles - 74
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

red hat linux 安装启动tftp 服务

Posted on 2012-05-29 15:29 小白19870626 阅读(785) 评论(0)  编辑  收藏 所属分类: linux
red hat linux 安装启动tftp 服务
2010-06-18 11:22

You can check to see if a TFTP server is set up with the following command:

host $ rpm -q tftp-server

You should expect to see output similar to:

tftp-server-0.39-2

NOTE: Your version may be different than the one listed above. This is OK, the version above is just an example.

If it is not setup, you can follow these steps:

  1. Download a TFTP server for your Linux host. You can search the internet for "tftp-server". You can find the RPM package for download here
  2. Install the TFTP server package
    host $ rpm -ivh <tftp-server package name>
  3. Confirm that TFTP is installed
    host $ /sbin/chkconfig --list | grep tftp
  4. Turn on the TFTP server
    host $ /sbin/chkconfig tftp on

The default root location for TFTP files is /tftpboot.



小白

只有注册用户登录后才能发表评论。


网站导航: