======================================
简单文件传输协议:tftp
不能列出目录内容;
不支持认证、不支持加密;
只支持UDP协议;
# rpm -ql tftp-server
注意该服务的配置配置文件路径,跟其他的一些system V程序有点不同;而且守护进程的名字都是不一样的。
# vi /etc/xinetd.d/tftp ( 查看配置文件内容 )
server_args 表示上边守护进程执行的参数。
# man in.tftpd
# chkconfig --list
# chkconfig tftp on
# service xinetd restart
======================================
查看还有那些程序默认是托管的
# cd /etc/xinetd.d
# ls -l
# rpm -qc xinetd
查看xinetd的配置文件最后一行,便知……
# cat /etc/xinetd.conf
======================================
# cd /usr/share/doc/tftp-server-0.49
# vi README.security.tftpboot