ACC SHELL

Path : /etc/xinetd.d/
File Upload :
Current File : //etc/xinetd.d/time

# default: off
# description: An RFC 868 time server. This is the tcp version,
# which is used by rdate.

service time
{
	type		= INTERNAL
	id		= time-stream
	socket_type	= stream
	protocol	= tcp
	user		= root
	wait		= no
	disable		= yes
	FLAGS		= IPv6 IPv4
}                                                                               

ACC SHELL 2018