centos自动同步时间

    技术2022-07-11  107

    date #查看系统时间 yum install ntpdate -y #安装ntpdate工具 ntpdate time1.aliyun.com #同步阿里云服务器时间 crontab -e #定时任务 0 * * * * /usr/sbin/ntpdate time1.aliyun.com >> /tmp/autontpdate 2>&1
    Processed: 0.009, SQL: 9