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

Centos7 修改硬件时间和系统时间

时间:2018-02-03 23:16:08      阅读:1964      评论:0      收藏:0      [点我收藏+]

标签:cmos   sys   上海   asi   color   年月日   时钟   roo   调整   

  • 查看系统时间
[root@localhost ~]# date
Tue Jun 13 10:20:13 CST 2017
  • 查看硬件时间
[root@localhost ~]# hwclock --show
Tue 13 Jun 2017 02:11:12 AM CST  -0.848845 seconds

可以看出系统时间比硬件时间快,系统时间是准确的

假如系统时间和硬件时间都不准确

  • 更新系统年月日
[root@localhost ~]# timedatectl set-time 2017-06-13
  • 更新系统时分秒
[root@localhost ~]# timedatectl set-time 10:25:17
  • 更新时区(亚洲-中国-上海)
[root@localhost ~]# timedatectl set-timezone Asia/Shanghai
  • 将硬件时钟调整为与系统时钟一致
[root@localhost ~]# timedatectl set-local-rtc 1
或者
[root@localhost ~]# hwclock --systohc --localtime 
  • 将日期写入CMOS
[root@localhost ~]# clock –w

再次查看系统时间和硬件时间,他们就一致了

Centos7 修改硬件时间和系统时间

标签:cmos   sys   上海   asi   color   年月日   时钟   roo   调整   

原文地址:https://www.cnblogs.com/zhouxinfei/p/8410792.html

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