linux如何同步系统时钟

2013-03-22

有时候我们需要同步系统时钟.

1、yum -y install ntpdate
2、crontab -e
添加
0 0 * * * /usr/sbin/ntpdate cn.pool.ntp.org;/sbin/hwclock -w;
3、
cn.pool.ntp.org
可以用下面的NTP服务器代替
us.pool.ntp.org
0.pool.ntp.org
1.pool.ntp.org
自己创建的服务器

分类:Linux | 标签: |

相关日志

评论被关闭!