Centos 7 安装ntp时间同步
2018-07-16 本文已影响0人
秋天的程序员
# -y 是自动选择
$ yum -y install ntp
$ systemctl enabled ntpd
$ systemctl start ntpd
$ ntpdate -u cn.pool.ntp.org
# -y 是自动选择
$ yum -y install ntp
$ systemctl enabled ntpd
$ systemctl start ntpd
$ ntpdate -u cn.pool.ntp.org