首页 > 系统 > Linux > 正文

Linux 使用ntpdate自动对时

2024-06-28 13:25:57
字体:
来源:转载
供稿:网友
linux 使用ntpdate自动对时1. 建立crontab的脚本
    $ vi /etc/cron.daily/ntpupdatedaily
添加如下行:
    #!/bin/bash    ntpdate stdtime.gov.hk
2. 添加到crontab任务
    $ crontab -e
在最后添加(表示每天晚上20:00以root身份运行/etc/cron.daily/ntpupdatedaily):
    00 20 * * * root /etc/cron.daily/ntpupdatedaily

By Leslie Guan


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表