yum安裝ntpdate
yum install -y ntpdate
刪除本地時間並更改時區為上海
rm -rf /etc/localtimeln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
和時間服務器同步
ntpdate time.nist.gov
添加計劃任務
vi /etc/crontab添加一行00 0 1 * * root ntpdate time.nist.gov
http://xxxxxx/Linuxjc/1184646.html TechArticle