ntp 服务器时间同步
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ntp 服务器时间同步相关的知识,希望对你有一定的参考价值。
win:
运行--services.msc, 开启windows time 自启动。
更改日期和时间设置--internet 时间-更改设置,选择服务器,windows默认的时间服务器为time.windows.com ,这个经常出问题,我们可以选择 time.nist.org 这台服务器,
点击立即更新,确定即可
linux:
一般通用的做法是通过定时任务实现,可直接修改vim /var/spool/cron/root(等同crontab -e),
*/5 * * * * /usr/sbin/ntpdate time.asia.apple >/dev/null >2>&1
保存退出即可。
本文出自 “jurchens” 博客,请务必保留此出处http://6656395.blog.51cto.com/6646395/1847235
以上是关于ntp 服务器时间同步的主要内容,如果未能解决你的问题,请参考以下文章