ntp server
啟動/重啟/關(guān)閉/查詢狀態(tài)ntp server
service ntpd start/restart/stop/status
添加主機同步服務(wù)器
在/etc/ntp.conf中添加
server 127.127.1.0
fudge 127.127.1.0 stratum 8
客戶端同步命令
ntpdate *.*.*.*
定時同步
crond服務(wù)
service crond restart
編輯crond服務(wù)內(nèi)容核畴,/etc/crontab文件
30 8 * * * root /usr/sbin/ntpdate 168.10.26.182; /sbin/hwclock -w #168.10.26.182是NTP服務(wù)器的IP地址