1.查看和手动修改时间
date
date -s ‘yyyy-mm-dd hh:mm:ss’
2.使用ntp服务自动同步网络时间
service --status-all
2.安装ntp 服务
yum install ntp
3.同步时间
ntpdate ntp.api.bz
3.设置开机自启
systemctl enable ntpd.service
本文经授权后发布,本文观点不代表立场,文章出自:https://blog.csdn.net/y519063548/article/details/126244059