zoukankan      html  css  js  c++  java
  • 物理机 虚拟机 时间一致

     1 将时区改为上海
     2 [root@localhost Desktop]# vim /etc/sysconfig/clock
     3 ZONE="Asia/Shanghai"
     4 UTC=false
     5 ARC=false
     6 [root@localhost Desktop]# source /etc/sysconfig/clock
     7 即可
     8  
     9 如果还不行,则
    10 [root@localhost Desktop]# rm /etc/localtime
    11 rm: remove regular file `/etc/localtime'?
    12 [root@localhost Desktop]# ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
    13 [root@localhost Desktop]# date
    14 Tue Oct  6 11:07:41 CST 2015
    15 【解决!】
    

     

  • 相关阅读:
    5.9上午
    5.4下午
    5.4上午
    5.2上午
    4.19下午
    4.18上午
    4.17下午
    4.17上午
    4.12下午
    4.13下午
  • 原文地址:https://www.cnblogs.com/archimedes-euler/p/9964729.html
Copyright © 2011-2022 走看看