tftp
服务器tftp-server
package is installed with the command rpm -q tftp-server
.
tftp
是基于 xinetd 的服务;用下面的命令启动它:
/sbin/chkconfig --level 345 xinetd on /sbin/chkconfig --level 345 tftp on
tftp
和 xinetd
服务,并设置在运行级别 3、4 和 5 下引导时启动。