CentOS 7 安装 ntp,自动校准系统时间
1、安装 ntp
yum install ntp
安装好后,ntp 会自动注册成为服务,服务名称为 ntpd
2、查看当前 ntpd 服务的状态
systemctl status ntpd
3、启动 ntpd 服务、查看 ntpd 服务的状态
systemctl start ntpdsystemctl status ntpd
4、设置 ntpd 服务开机启动
systemctl enable ntpd
【扩展】手动校准系统时间(需 root 权限):
ntpdate -u ntp.aliyun.com