centos 修改时间

Posted yunweiweb

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 修改时间相关的知识,希望对你有一定的参考价值。

安装ntpdate

yum install ntpdate

同步时间

ntpdate ntp1.aliyun.com

查看时间

date

如果时间不对,一般是时区问题(对的话就把时间同步到硬件hwclock -w)

timedatectl

修改时区

ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

以上是关于centos 修改时间的主要内容,如果未能解决你的问题,请参考以下文章