rdate(8)


NAME

     rdate --- set the system's date from a remote host

SYNOPSIS

     rdate [-46acnpsuv] [-o port] host

DESCRIPTION

     rdate displays and sets the local date and time from the host name or
     address given as the argument.  The time source may be an RFC 868 TCP
     protocol server, which is usually implemented as a built-in service of
     inetd(8), or an RFC 2030 protocol SNTP/NTP server.  By default, rdate
     uses the RFC 868 TCP protocol.

     The options are as follows:

     -4      Forces rdate to use IPv4 addresses only.

     -6      Forces rdate to use IPv6 addresses only.

     -a      Use the adjtime(2) call to gradually skew the local time to the
         remote time rather than just hopping.

     -c      Correct leap seconds.  Sometimes required when synchronizing to
         an NTP server.  When synchronizing using the RFC 868 protocol,
         use this option only if the server does not correctly account for
         leap seconds.  You can determine if you need this parameter if
         you sync against an NTP server (with this parameter) or
         (recommended) check with a local radio controlled watch or phone
         service.

     -n      Use SNTP (RFC 2030) instead of the RFC 868 time protocol.

     -o port
         Use port port instead of port 37.

     -p      Do not set, just print the remote time.

     -s      Do not print the time.

     -u      Use UDP instead of TCP as transport.

     -v      Verbose output.  Always show the adjustment.

FILES

     /var/log/wtmp  record of date resets and time changes

EXAMPLES

     To get the legal time in Germany, set the /etc/localtime symlink to
     /usr/share/zoneinfo/right/Europe/Berlin and issue the following command:

       # rdate -ncv ptbtime1.ptb.de

     The command of course assumes you have a working internet connection and
     DNS set up to connect to the server at Physikalisch-Technische
     Bundesanstalt in Braunschweig, Germany.

     To gradually adjust time once an hour after the first "step" adjustment,
     put the following line into root's crontab:

       58  *  *  *  *  rdate -ncav ptbtime1.ptb.de | logger -t NTP

     To to set the time through an ssh tunnel, use something like so:

       ssh -f -L 10037:time.example.com:37 tyr.example.com sleep 10
       rdate -a -o 10037 locahost

SEE ALSO

     date(1), adjtime(2), inetd(8), ntpd(8), timed(8)

AUTHORS

     This manual page was written by Christos Zoulas. It was changed by
     Anibal Monsalve Salazar for the Debian Project.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.