Ntpdate
{{primary sources|date=July 2014}}
{{Lowercase}}
{{Short description|Software to synchronize computer time}}
{{Infobox software
| name = ntpdate
| logo =
| screenshot =
| caption =
| collapsible =
| author =
| developer = Harlan Stenn
| released =
| discontinued =
| latest release version = 4.2.6p5
| latest release date = {{Start date and age|2011|12|24}}
| latest preview version =
| latest preview date =
| frequently updated =
| programming language =
| operating system = Unix
| platform =
| size =
| language =
| status =
| genre =
| license =
| website = http://support.ntp.org/download
}}
ntpdate is a computer program used to quickly synchronize and set computers' date and time by querying a Network Time Protocol (NTP) server. It is available for a wide variety of unix-like operating systems.{{Cite web|url=https://linux.die.net/man/8/ntpdate|title=ntpdate(8): set date/time via NTP - Linux man page|website=linux.die.net|access-date=2020-04-12}}
The accuracy and reliability of ntpdate
entirely depends on the accuracy and network link stability of the first server it connects with. As this inaccuracy can lead to a multitude of problems, the maintainers have decided to deprecate it in favor of only using the ntpd
(network time protocol daemon) or a sntp
(simple network time protocol) query.
{{cite web
| url = http://support.ntp.org/bin/view/Dev/DeprecatingNtpdate
| title = NTP.Org — Deprecating ntpdate
| author = Harlan Stenn
| quote = The combination of ntpd and sntp now implements the functions of ntpdate. As soon as a few remaining issues with sntp are resolved the ntpdate program will be retired.
| date = 2012-09-02
| accessdate = 2012-10-30
}}
See also
References
{{Reflist}}
External links
- [http://www.ntp.org/ NTP.org — Home page of the Network Time Protocol]
Category:Network time-related software
{{compu-prog-stub}}