显示系统时间

1 # date "+%Y-%m-%d %H:%M:%S"

 

修改系统时区

1 # cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

 

KVM的VPS主机在Centos6.x下修改系统时间

 

同步系统时间

KVM的VPS主机在Centos6.x下修改系统时间

1 # yum install -y rdate

 

1 # rdate -s  time-b.nist.gov

KVM的VPS主机在Centos6.x下修改系统时间

 

相关文章:

  • 2022-02-15
  • 2021-04-12
  • 2021-12-08
  • 2021-12-18
  • 2022-12-23
  • 2021-12-05
  • 2021-12-07
  • 2021-12-10
猜你喜欢
  • 2021-10-29
  • 2022-02-03
  • 2021-12-14
  • 2021-12-08
  • 2022-02-03
  • 2021-07-01
相关资源
相似解决方案