cetos时区设置
Posted hale-wang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cetos时区设置相关的知识,希望对你有一定的参考价值。
1、安装ntp服务软件包:yum install ntp
2、将ntp设置为缺省启动:systemctl enable ntpd
3、修改启动参数,增加-g -x参数,允许ntp服务在系统时间误差较大时也能正常工作:vi /etc/sysconfig/ntpd
4、启动ntp服务:service ntpd restart
5、将系统时区改为上海时间(即CST时区):ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
6、输入date命令查看时间是否正确
以上是关于cetos时区设置的主要内容,如果未能解决你的问题,请参考以下文章