标签:images centos ffffff 配置文件 restart ice ica pre blog
1、yum -y install ntp ntpdate (安装时间同步ntp服务)
2、vi /etc/ntp.conf (修改ntpd服务的配置文件)
3、修改配置文件,指定和谁同步时间(140),上面的0-3前面都加#键
#server 0.centos.pool.ntp.org iburst #server 1.centos.pool.ntp.org iburst #server 2.centos.pool.ntp.org iburst #server 3.centos.pool.ntp.org iburst server 192.168.100.140 iburst (要指定与140同步)
4、systemctl restart ntpd.service (重启ntpd服务)
标签:images centos ffffff 配置文件 restart ice ica pre blog
原文地址:http://www.cnblogs.com/HeyJude/p/6090771.html