Centos6.x ntp时间同步
2017-12-29 本文已影响0人
wfwf1990
ntpdate rdate.darkorb.net
echo "*/5 * * * * /usr/sbin/ntpdate rdate.darkorb.net >/dev/null 2>&1" >>/var/spool/cron/root
注意:保证计划任务crond服务是安装以及启动状态
ntpdate rdate.darkorb.net
echo "*/5 * * * * /usr/sbin/ntpdate rdate.darkorb.net >/dev/null 2>&1" >>/var/spool/cron/root
注意:保证计划任务crond服务是安装以及启动状态