引用:[root@FileServer xinetd.d]# ls
chargen-dgram cvs daytime-stream discard-stream echo-stream swat time-dgram
chargen-stream daytime-dgram discard-dgram echo-dgram rsync tcpmux-server time-stream
[root@FileServer xinetd.d]# cat rsync
# default: off
# description: The rsync server is a good addition to an ftp server, as it \
# allows crc checksumming etc.
service rsync
{
disable = yes
flags = IPv6
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
}
[root@FileServer xinetd.d]#
dlchengzi 于 2014-05-07 12:22:39发表:
很好,很强大!
wadekobe110 于 2013-06-18 10:43:53发表:
真是好东西,大家分享吧
gogo11 于 2012-12-02 20:09:07发表:
man是英文的很讨厌,都不发布一个中文man……
gogo11 于 2012-12-02 20:06:28发表:
是不是没有这行就是ipv4,有了就是ipv6?
q815188 于 2012-11-30 22:29:53发表:
顶
alick 于 2012-11-30 18:03:14发表:
这是 xinetd 的配置文件,flag = IPv6 就是说服务是 IPv6 上的服务。
参见 xinetd.conf 的man手册页。
coolai 于 2012-11-30 11:36:21发表:
不懂的路过