Linux 时间定时同步操作

Yum –y install ntp安装时钟同步服务
加入开机启动Chkcongfig ntpd on
添加自动校对时间,每十分钟校对一次
Crontab –e
*/10 * * * * /usr/sbin/ntpdate s2c.time.edu.cn

posted @ 2016-04-17 16:55  Bodi  阅读(390)  评论(0编辑  收藏  举报