在CentOS中更新系统时间
1 检查当前时间:
bash
date
2 更新时间:
手动设置时间,但更常见的是通过网络同步时间。CentOS通常默认使用NTP(Network Time Protocol)来同步时间。 如果尚未安装NTP,请先安装它:
bash
# 安装ntp
yum install ntp
#执行更新
ntpdate pool.ntp.org