30.3. 启动 tftp 服务器
在 DHCP 服务器中,确定使用
rpm -q tftp-server
命令安装 tftp-server
软件包。
tftp
是基于 xinetd 的服务;用下面的命令启动它:
/sbin/chkconfig --level 345 xinetd on /sbin/chkconfig --level 345 tftp on
/sbin/chkconfig --level 345 xinetd on
/sbin/chkconfig --level 345 tftp on
这些命令会将
tftp
和 xinetd
服务配置为在运行级别 3、4 和 5 下引导时启动。