4、时间同步ntp服务的安装于配置(作为客户端的配置)

yum安装ntpd服务

 

.yum -y install ntp ntpdate        (安装时间同步ntp服务)

4、时间同步ntp服务的安装于配置(作为客户端的配置)

.  vi /etc/ntp.conf           (修改ntpd服务的配置文件)

 4、时间同步ntp服务的安装于配置(作为客户端的配置)

3.修改配置文件,指定和谁同步时间(140),上面的0-3前面都加#

4、时间同步ntp服务的安装于配置(作为客户端的配置)

#server .centos.pool.ntp.org iburst

#server .centos.pool.ntp.org iburst

#server .centos.pool.ntp.org iburst

#server .centos.pool.ntp.org iburst

server 192.168.100.140 iburst         (指定与140同步)
 . systemctl restart ntpd.service       (重启ntpd服务)

4、时间同步ntp服务的安装于配置(作为客户端的配置)

上一篇:jQuery对象与DOM对象之间的转换方法


下一篇:Spring 注解驱动(一)基本使用规则