錯誤代碼:
vim
# date ###查看系統日期顯示日期是前幾天服務器
解決方法:ide
與時間服務器進行時間同步spa
# ntpdate time.nist.gov orm
設置時區爲東八區同步
# rm -rf /etc/localtime
# ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtimeit
將硬件時間同步爲系統時間class
# hwclock --systohcdate
vim /etc/sysconfig/clock 文件裏能夠看到時區設置和是否啓用時區轉換的選項硬件
PS:
當Linux啓動時,系統時鐘會去讀取硬件時鐘的設定,以後系統時鐘即獨立運做。
hwclock命令:
-r, --show 讀取並打印硬件時鐘(read hardware clock and print result ) -s, --hctosys 將硬件時鐘同步到系統時鐘(set the system time from the hardware clock ) -w, --systohc 將系統時鐘同步到硬件時鐘(set the hardware clock to the current system time )