centos 如何快速同步时间?
发布网友
发布时间:2022-04-23 04:30
我来回答
共2个回答
热心网友
时间:2022-04-13 07:01
vim /etc/crontab 添加下面这行
30 21 * * * root /usr/sbin/ntpdate cn.pool.ntp.org && /sbin/hwclock -w
:wq (保存退出)
手动更新时间方法:ntpdate cn.pool.ntp.org
hwclock -w 这里是更新ROM的时间
备注:不要忘记开启服务啊!
chkconfig ntpd --list (查看0~6个runlevel 是否按照阁下意愿开启或关闭 ntpd服务)
chkconfig ntpd --level 35 on (开启runlevel 3和5的ntpd服务)
chkconfig ntpd on (开启runlevel 2345的ntpd服务)
chkconfig ntpd off (关闭所有runlevel的ntpd服务)
热心网友
时间:2022-04-13 08:19
用ntpdate从时间服务器更新时间
如果linux系统根本没有ntpdate这个命令
yum install ntp
安装完了之后,不要做什么配置,也不需要,直接测试一下
[root@localhost ~]# ntpdate time.nist.gov
22 Oct 21:11:43 ntpdate[5014]: adjust time server 207.200.81.113 offset -0.018788 sec
如果出去上面的内容说明,同步成功了。然后在crontab里面加上以下内容。
*/10 * * * * ntpdate time.nist.gov #域名或IP
每隔十分钟同步一次。推荐几个时间服务器。
time.nist.gov
time.nuri.net
asia.pool.ntp.org
asia.pool.ntp.org
asia.pool.ntp.org
asia.pool.ntp.org