mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 02:57:04 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/ntpd
Normal file
21
tldr/linux/ntpd
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user