Difference between revisions of "Rdate"

From Christoph's Personal Wiki
Jump to: navigation, search
 
m (Rdate (command) moved to Rdate)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{lowercase|rdate}}
 
 
'''rdate''' is a TCP/IP [[:Category:Linux Command Line Tools|command]] used to retrieve the date and time from a host or hosts on the network and optionally set the local system time.
 
'''rdate''' is a TCP/IP [[:Category:Linux Command Line Tools|command]] used to retrieve the date and time from a host or hosts on the network and optionally set the local system time.
  

Latest revision as of 02:08, 26 April 2007

rdate is a TCP/IP command used to retrieve the date and time from a host or hosts on the network and optionally set the local system time.

Usage

rdate [options] [host...]

Options

-l 
Send errors and output to syslogd.
-p 
Print the retrieved dates.
-s 
Set the local system time from the host; must be specified by root.
-t n 
Timeout each retrieval attempt after n seconds.
-u 
Use UDP instead of TCP.

Example

  • e.g. add the following to a file in your /etc/cron.hourly/ dir (after choosing an NTP):
/usr/bin/rdate -s time.nist.gov   # or, "time.u.washington.edu", etc.

External links