mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
459 B
459 B
ntpq
Query the Network Time Protocol (NTP) daemon. More information: https://manned.org/ntpq.
- Start
ntpqin interactive mode:
ntpq
- Print a list of NTP peers:
ntpq {{[-p|--peers]}}
- Print a list of NTP peers without resolving hostnames from IP addresses:
ntpq {{[-n|--numeric]}} {{[-p|--peers]}}
- Use
ntpqin debugging mode:
ntpq {{[-d|--debug-level]}}
- Print NTP system variables values:
ntpq {{[-c|--command]}} {{rv}}