您好,登錄后才能下訂單哦!
ntp 最原始的時間服務器
yum install ntp ntpdate
systemctl enable ntpd && systemctl restart ntpd
# vi /etc/ntp.conf
server cn.pool.ntp.org prefer
restrict 192.168.1.1 mask 255.255.255.0 nomodify
server 127.127.1.0 # localclock
fudge 127.127.1.0 stratum 10
# restart service
systemctl enable ntpd && systemctl restart ntpd
# vi /etc/ntp.conf
server cn.pool.ntp.org prefer
# restart service
systemctl enable ntpd && systemctl restart ntpd
ntpq -p
#vi /etc/crontab
*/5 * * * * root ntpdate -s 192.168.1.1 ; hwclock -w
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。