标签:做什么 syntax 时间 root 内容 cin install 时间服务 net
用ntpdate从时间服务器更新时间
1.如果你的linux系统根本没有ntpdate这个命令
1
|
yum install -y ntp |
2.安装完了之后,你不要做什么配置,也不需要,直接测试一下
1
2
|
[root@git 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 |
标签:做什么 syntax 时间 root 内容 cin install 时间服务 net
原文地址:https://www.cnblogs.com/dbslinux/p/10577526.html