美文网首页
2019-11-10

2019-11-10

作者: lijian159 | 来源:发表于2019-11-10 12:01 被阅读0次

场景:

安装的centos7

date  后发现时间不正确

解决方法:

查看系统支持的时区列表

timedatectl  list-timezones 

使用 date -R 查看时区是否正确

date  -R

修改时区

timedatectl set-timezone Asia/Shanghai

安装NTP

sudo yum -y install ntp

使用 ntpdate 更新系统时间

ntpdate  pool.ntp.org

使用 date 查看时区是否正确

date

启动ntpd daemon,持续校准时间

systemctl  start  ntpd

查看ntpd daemon是否启动

systemctl  status  ntpd

相关文章

网友评论

      本文标题:2019-11-10

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