yum install ntpdate -y 安装时间同步工具ntpdate ntp.ntsc.ac.cn 同步时间crontab -l 列出定时任务crontab -e 创建一个定时任务定时任务参数,同步整点时间0 * * * * /usr/sbin/ntpdate ntp.ntsc.ac.cn >> /tmp/autontpdate 2>&1