Files
cheatsheet-tldr/tldr/linux/ntpd
2024-04-29 00:13:53 +00:00

22 lines
511 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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 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`