首页 > 编程知识 正文

Centos8 修改系统时间,centos7修改系统时区

时间:2023-05-05 16:43:38 阅读:285102 作者:3886

时间

添加源:rpm -ivh http://mirrors.wlnmp.com/centos/wlnmp-release-centos.noarch.rpm

安装ntp服务

dnf  install wntp

 

时间同步

ntpdate ntp1.aliyun.com

 

[root@localhost wget]# ntpdate ntp1.aliyun.com24 Dec 03:16:14 ntpdate[1278]: adjust time server 120.25.115.20 offset -0.009088 sec[root@localhost wget]# dateTue Dec 24 03:16:24 EST 2019

 

修改时区 ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime  正常情况下,只需要执行这个就可以了!

 

[root@localhost wget]# ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime[root@localhost wget]# dateTue Dec 24 16:18:29 CST 2019

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。