svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
in.daytimed(8)
in.daytimed(8) System Administration Commands in.daytimed(8)
NAME
in.daytimed - UDP or TCP daytime protocol service daemon
SYNOPSIS
/usr/lib/inet/in.daytimed
FMRI
svc:/internet/daytime:default
DESCRIPTION
The in.daytimed service provides the server-side of the daytime proto‐
col. This protocol is used for debugging and is available on both TCP
and UDP transports, through port 13.
The in.daytimed service is an inetd(8) delegated smf(7) service. The
in.daytimed detects which transport is requested by examining the
socket it is passed by the inetd daemon.
TCP-based service
Once a connection is established, the in.daytimed generates the
current date and time in ctime(3C) format as 7-bit ASCII and sends
it through the connection. The server then closes the connection.
Any data received from the client side of the connection is dis‐
carded.
UDP-based service
The in.daytimed listens for UDP datagrams. When a datagram is re‐
ceived, the server generates the current date and time in ctime(3C)
format as 7-bit ASCII and inserts it in a UDP datagram sent in re‐
sponse to the client's request. Any received data is ignored.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilityservice/network/legacy-network-services _
Interface StabilityCommitted
SEE ALSO
attributes(7), smf(7), in.timed(8), inetadm(8), inetd(8)
Postel, J. RFC 867, Daytime Protocol. Network Working Group. May 1983.
https://tools.ietf.org/html/rfc867
NOTES
The in.daytimed service is managed by the service management facility,
smf(7), under the service identifier:
svc:/internet/daytime:default
Administrative actions on this service, such as enabling, disabling, or
requesting restart, can be performed using svcadm(8). Responsibility
for initiating and restarting this service is delegated to inetd(8).
Use inetadm(8) to make configuration changes and to view configuration
information for this service. The service's status can be queried using
the svcs(1) command.
HISTORY
The in.daytimed program and the svc:/internet/daytime:default service
were added in the Solaris 10 3/05 release. Prior to that, support for
the daytime service was provided as a builtin part of inetd(8) since
the initial release of Solaris.
Support for IPv6 was added in Solaris 8.
The daytime service was enabled by default in releases up through So‐
laris 9, but has been disabled by default since the Solaris 10 3/05 re‐
lease.
Oracle Solaris 11.4 12 May 2022 in.daytimed(8)