1.安裝ntpdate工具
sudo yum -y install ntp ntpdate
2.設定系統時間與網路時間同步
sudo ntpdate cn.pool
.ntp
.org
3.將系統時間寫入硬體時間
sudo hwclock --systohc
4.檢視系統時間
timedatectl
#得到 local time: 四 2017-09-21
13:54:09 cst
universal time: 四 2017-09-21
05:54:09 utc
rtc time: 四 2017-09-21
13:54:09
time zone: asia/shanghai (cst, +0800)
ntp enabled: no
ntp synchronized: no
rtc in
local tz: yes
dst active: n/a
如果沒有執行步驟3,則local time與rtc time顯示的值可能不一樣 CentOS7 設定系統時間
從centos 7開始,使用了乙個新的命令timedatectl timedatectl 命令 1 讀取時間 timedatectl 等同於 timedatectl status 2 設定時間 timedatectl set time yyyy mm dd hh mm ss 3 列出所有時區 tim...
CentOS7 設定系統時間
從centos 7開始,使用了乙個新的命令timedatectl timedatectl 命令 1 讀取時間 timedatectl 等同於 timedatectl status 2 設定時間 timedatectl set time yyyy mm dd hh mm ss 3 列出所有時區 tim...
centos7 設定時間同步
一 安裝chrony yum install chrony yum install ntpdate 似乎沒有用上 二 調整配置 vim etc chrony.conf 填入以下時間伺服器位址,將其它無效的時間伺服器移除 注 以下時間伺服器位址需要鏈結外網支援,如果是內網環境,可以換成內 網時間伺服器...