mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 07:55:32 +02:00
ntpd: add page (#12682)
This commit is contained in:
parent
75b88de244
commit
95cc093a58
1 changed files with 16 additions and 0 deletions
16
pages/linux/ntpd.md
Normal file
16
pages/linux/ntpd.md
Normal file
|
@ -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: <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`
|
Loading…
Add table
Reference in a new issue