1RDATE(1) Red Hat RDATE(1)
2
3
4
6 rdate - get the time via the network
7
9 rdate [-p] [-s] [-u] [-l] [-t sec] [host...]
10
12 rdate connects to an RFC 868 time server over a TCP/IP network, printā
13 ing the returned time and/or setting the system clock.
14
15 OPTIONS
16 -p Print the time returned by the remote machine.
17
18 -s Set the system time to the returned time.
19
20 -u Use UDP instead of TCP as the transport.
21
22 -l Use syslog to output errors (cron.warning) and output
23 (cron.info).
24
25 -t Set timeout in seconds for every attempt to retrieve date.
26
28 2004-03-16 Johan Nilsson <joh-nils@dsv.su.se>
29 Timeout support added.
30
31 2002-11-06 Elliot Lee <sopwith@redhat.com>
32 Patch from Tomek Orzechowski <orzech@pld.org.pl> - alarm(10) to
33 not wait forever for connections.
34
35 2001-05-23 Phil Knirsch <pknirsch@redhat.com>
36 Added UDP protocol support. Close the connection after message
37 handling in conformance to RFC 868.
38
39 2002-03-07 Elliot Lee <sopwith@redhat.com>
40 Add syslog functionality.
41
42 2000-02-04 Elliot Lee <sopwith@redhat.com>
43 Wrote it (previous incarnation had license problems, all 200
44 lines of it).
45
46
47
48Utilities May 2001 RDATE(1)