Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rdate(8) [osf1 man page]

rdate(8)						      System Manager's Manual							  rdate(8)

NAME
rdate - network date client SYNOPSIS
/usr/sbin/rdate [-s] [-v] [network] OPTIONS
The system date and time will be set to the median value. The time values returned by all responding hosts will be reported. DESCRIPTION
The rdate command is invoked at boot time to reset the system date and time to the current network date and time. The rdate program sends a broadcast datagram packet on the specified network or on the system default network if no network is specified. The program will then wait two seconds for responses. After that time, the arithmetic median of the responses is taken. RESTRICTIONS
In order for rdate to determine a network time, at least one of the running hosts on the network must be running the internet time service. Machines with their own battery-backed-up time-of-day clock may not desire to set time in this manner. SEE ALSO
Commands: date(1) rdate(8)

Check Out this Related Man Page

rdate(1M)						  System Administration Commands						 rdate(1M)

NAME
rdate - set system date from a remote host SYNOPSIS
rdate hostname DESCRIPTION
rdate sets the local date and time from the hostname given as an argument. You must have the authorization solaris.system.date on the local system. Typically, rdate is used in a startup script. The inetd daemon responds to rdate requests. To enable inetd response, the lines invoking the time command in inetd.conf must not be com- mented out. USAGE
The rdate command is IPv6-enabled. See ip6(7P). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWrcmdc | +-----------------------------+-----------------------------+ SEE ALSO
inetd(1M), inetd.conf(4), attributes(5), ip6(7P) SunOS 5.10 15 Feb 2001 rdate(1M)
Man Page