Centos 7.2 时间同步
安装 ntpdate , yum -y install ntpdate
#ntpdate cn.pool.ntp.org
删除本地时间并设置时区为上海
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
自动同步时间
#添加下面一段
#表示每10分钟同步一次
#crontab -e
*/10 * * * * /usr/sbin/ntpdate -u cn.pool.ntp.org >/dev/null 2>&1
#systemctl restart crond
相关推荐
寒星孤照 2010-09-01
furongwei 2020-04-22
qiaosym 2020-04-15
RayCongLiang 2020-02-21
xinlugang 2020-02-18
yshlovelx 2020-01-28
昭君出塞 2020-01-18
gokeibi 2020-01-08
85407718 2020-01-06
哥哥的CSDN集 2019-12-20
LandryBean 2019-12-06
achiverhai 2019-12-02
dzwcom 2015-04-17
Maplematics 2015-09-06
huhui0 2008-03-15
sleep技术讨论区 2007-11-11
iamplane 2018-09-27