centos7时间同步
Posted dbslinux
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7时间同步相关的知识,希望对你有一定的参考价值。
用ntpdate从时间服务器更新时间
1.如果你的linux系统根本没有ntpdate这个命令
1
|
yum install -y ntp |
2.安装完了之后,你不要做什么配置,也不需要,直接测试一下
1
2
|
[[email protected] conf.d]# ntpdate asia.pool.ntp.org 21 Mar 10:52:01 ntpdate[9247]: step time server 209.58.185.100 offset 38761.507576 sec |
3.如果出去上面的内容说明,同步成功了。然后在crontab里面加上以下内容。
1
|
*/10 * * * * ntpdate asia.pool.ntp.org |
4.推荐几个时间服务器
1
2
3
4
5
6
|
time.nist.gov time.nuri.net asia.pool.ntp.org asia.pool.ntp.org asia.pool.ntp.org asia.pool.ntp.org |
以上是关于centos7时间同步的主要内容,如果未能解决你的问题,请参考以下文章