yum -y install ntp ntpdate
ntpdate ntp1.aliyun.com
//
开机启动
vim /etc/rc.d/rc.local
/usr/sbin/ntpdate ntp1.aliyun.com;/sbin/hwclock -w
定时任务
crontab -e
0 */1 * * * ntpdate ntp1.aliyun.com;/sbin/hwclock -w
提前which查看site
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END