1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 07:19:45 +01:00

ntpctl: add page (#14382)

This commit is contained in:
Lena 2024-10-28 04:47:14 +01:00 committed by GitHub
parent b0d1fca234
commit 9574cfde6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/common/ntpctl.md Normal file
View file

@ -0,0 +1,20 @@
# ntpctl
> Display information about the running instance of OpenNTPD.
> More information: <https://man.openbsd.org/ntpctl>.
- Show all data:
`ntpctl -s {{a|all}}`
- Show information about each peer:
`ntpctl -s {{p|peers}}`
- Show the status of peers and sensors, and whether the system clock is synced:
`ntpctl -s {{s|status}}`
- Show information about each sensor:
`ntpctl -s {{S|Sensors}}`