开机自动同步centos 虚拟机时间
首先要先安装ntp# yum install ntp配置开机时自动运行时间服务# chkconfig ntpd on开启ntp服务# cd /etc/# /bin/systemctl start ntpd.service查看一下是否启动#ps -aux| grep ntpd同步时间# ntpdate -u ntp1.aliyun.com# ntp...
·
首先要先安装ntp
# yum install ntp
配置开机时自动运行时间服务
# chkconfig ntpd on
开启ntp服务
# cd /etc/
# /bin/systemctl start ntpd.service
查看一下是否启动
# ps -aux| grep ntpd
同步时间
# ntpdate -u ntp1.aliyun.com
# ntpq -p
更多推荐
已为社区贡献2条内容
所有评论(0)