美文网首页
Linux同步网络时钟

Linux同步网络时钟

作者: uangianlap | 来源:发表于2016-09-12 22:02 被阅读17次

两个internet授时服务器

  1. time.windows.com -- 微软校时服务器
  2. time.nist.gov -- 美国标准技术院

一步搞定

echo "# time sync with internet time server by uangianlap at 2016-09-12" >>/var/spool/cron/root
echo "*/5 * * * * /usr/sbin/ntpdate time.nist.gov &> /dev/null" >>/var/spool/cron/root
最后检查一下:
crontab -l

相关文章

网友评论

      本文标题:Linux同步网络时钟

      本文链接:https://www.haomeiwen.com/subject/pttmettx.html