Linux服务器时间同步
Posted Jandison
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux服务器时间同步相关的知识,希望对你有一定的参考价值。
0 0 * * * /usr/sbin/ntpdate -u ntp.api.bz
注意:若不加上-u参数, 会出现以下提示:no server suitable for synchronization found
-u:从man ntpdate中可以看出-u参数可以越过防火墙与主机同步;
ntp常用服务器:
中国国家授时中心:210.72.145.44
NTP服务器(上海) :ntp.api.bz
以上是关于Linux服务器时间同步的主要内容,如果未能解决你的问题,请参考以下文章