補覺鳴詩

學海無涯


  • 首頁

  • archive

  • 關於我

  • 搜尋

centos 校時設定 chrony

時間: 2020-05-05   |   分類: Centos 7   Centos 8   | 字數: 60 字 | 閱讀: 1分鐘 | 閱讀次數:

centos 手動及自動校時

手動

查詢時間、時區

date
ls -l /etc/localtime

設定時間、時區

date -s "2020-05-05 12:12:12"
mv /etc/localtime /etc/localtime.bak
ln -s /usr/share/zoneinfo/Asia/Taipei /etc/localtime

 

自動

設定時間

yum install chrony
systemctl stop chronyd
systemctl start chronyd
chronyc -a sources
chronyc -a makestep

 

 

 

 

 

 

#chrony# #ntp#
comments powered by Disqus >
Owan

Owan

愛貓如癡

131 日誌
29 分類
37 標籤
GitHub
© 2010 - 2022 補覺鳴詩
Powered by - Hugo v0.96.0 / Theme by - NexT
0%