用NTP实现UBUNTU server的时间同步
2010 七月 15
创建文件:
/etc/cron.daily/ntpdate
内容如下:
1 | ntpdate ntp.ubuntu.com |
给/etc/cron.daily/ntpdate添加可执行权限:
1 | sudo chmod 755 /etc/cron.daily/ntpdate |
创建文件:
/etc/cron.daily/ntpdate
内容如下:
1 | ntpdate ntp.ubuntu.com |
给/etc/cron.daily/ntpdate添加可执行权限:
1 | sudo chmod 755 /etc/cron.daily/ntpdate |