add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/linux/ntpq.md Normal file
View File

@@ -0,0 +1,24 @@
# ntpq
> 查询网络时间协议NTP守护进程。
> 更多信息:<https://www.eecis.udel.edu/~mills/ntp/html/ntpq.html>。
- 以交互模式启动 `ntpq`
`ntpq --interactive`
- 打印 NTP 对等体列表:
`ntpq --peers`
- 打印 NTP 对等体列表,不从 IP 地址解析主机名:
`ntpq --numeric --peers`
- 以调试模式使用 `ntpq`
`ntpq --debug-level`
- 打印 NTP 系统变量值:
`ntpq --command={{rv}}`