例子1:
#more /root/time.sh
#!/bin/sh
/usr/bin/ntpdate asia.pool.ntp.org
实现linux和时间服务器的时间同步/sbin/hwclock -w
实现bios和linux的时间同步
#crontab -l
01 6 * * * sh /root/time.sh
例子2:
#crontab -l
01 6 * * * /usr/sbin/ntpdate time.windows.com >> /root/ntpdate.log
例子3:
01 6 * * * /usr/sbin/ntpdate asia.pool.ntp.org
这个时间服务器的ntp会计算网络传输中的误差.
【你的轻轻一点,我的无限动力,点此推荐一把~】免费在线阅读电子版: SUN Solaris 9/10 认证系统管理员学习指南(全球唯一中文版教材)
阅读(4194) | 评论(0) | 转发(0) |