美文网首页
Linux 遇到ntpdate[****]: the NTP s

Linux 遇到ntpdate[****]: the NTP s

作者: PumpkinMage | 来源:发表于2014-10-27 09:23 被阅读131次

有时候linux下时间同步会碰见the NTP socket is use.的问题,这个是因为NTP服务正在运行的关系,想要手动同步时间,需要关闭该服务进程:

service ntpd stop 结束服务

ntpdate XX.XX.XX(NTP服务器URL)

service ntpd start

相关文章

网友评论

      本文标题:Linux 遇到ntpdate[****]: the NTP s

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