码迷,mamicode.com
首页 > 其他好文 > 详细

同步时间

时间:2017-09-19 19:00:32      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:启用   nbsp   更改   ntp.conf   stat   ntp服务   status   code   enable   

检查

timedatectl status <此为systemd命令>

 更改ntp配置

sudo vim /etc/ntp.conf

#更改ntp服务器
server 0.cn.pool.ntp.org server 1.cn.pool.ntp.org server 2.cn.pool.ntp.org server 3.cn.pool.ntp.org

立即同步

ntpd -qg

写入硬件时钟

hwclock -w

启动时启用ntpd服务

systemctl enable ntpd

同步时间

标签:启用   nbsp   更改   ntp.conf   stat   ntp服务   status   code   enable   

原文地址:http://www.cnblogs.com/riocke7cb/p/7553438.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!