AI智能
改变未来

centos7时间设置

yum install ntp //安装ntp服务
systemctl enable ntpd //开机启动服务
systemctl start ntpd //启动服务
timedatectl set-timezone Asia/Shanghai //更改时区
timedatectl set-ntp yes //启用ntp同步
ntpq -p //同步时间

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » centos7时间设置