Files
tldr/pages.zh/linux/ntpd.md

16 lines
382 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ntpd
> 官方NTP网络时间协议守护进程用于将系统时钟与远程时间服务器或本地参考时钟同步。
> 更多信息:<https://manned.org/ntpd>。
- 启动守护进程:
`sudo ntpd`
- 与远程服务器同步系统时间一次(同步后退出):
`sudo ntpd --quit`
- 允许“大”调整的单次同步:
`sudo ntpd --panicgate --quit`