From 95cc093a580e3ff32c747ff784e898e5bb26f701 Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Sun, 28 Apr 2024 08:14:15 +0200 Subject: [PATCH] ntpd: add page (#12682) --- pages/linux/ntpd.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/ntpd.md diff --git a/pages/linux/ntpd.md b/pages/linux/ntpd.md new file mode 100644 index 000000000..cb0874454 --- /dev/null +++ b/pages/linux/ntpd.md @@ -0,0 +1,16 @@ +# ntpd + +> The official NTP (Network Time Protocol) daemon to synchronize the system clock to remote time servers or local reference clocks. +> More information: . + +- Start the daemon: + +`sudo ntpd` + +- Synchronize system time with remote servers a single time (quit after synchronizing): + +`sudo ntpd --quit` + +- Synchronize a single time allowing "Big" adjustments: + +`sudo ntpd --panicgate --quit`