snippetbashTip
ntpd — The official NTP (Network Time Protocol) daemon to synchronize the system clock to remote time serve
Viewed 0 times
officialthecommandntpnetworkclitimentpd
linux
Problem
How to use the
ntpd command: The official NTP (Network Time Protocol) daemon to synchronize the system clock to remote time servers or local reference clocks. More information: <https://manned.org/ntpd>.Solution
ntpd — The official NTP (Network Time Protocol) daemon to synchronize the system clock to remote time servers or local reference clocks. More information: <https://manned.org/ntpd>.Start the daemon:
sudo ntpdSynchronize system time with remote servers a single time (quit after synchronizing):
sudo ntpd --quitSynchronize a single time allowing "Big" adjustments:
sudo ntpd --panicgate --quitCode Snippets
Start the daemon
sudo ntpdSynchronize system time with remote servers a single time (quit after synchronizing)
sudo ntpd --quitSynchronize a single time allowing "Big" adjustments
sudo ntpd --panicgate --quitContext
tldr-pages: linux/ntpd
Revisions (0)
No revisions yet.