修改ubuntu系統時間

2022-01-29 22:26:05 字數 487 閱讀 6310

第一種方式:

設定硬體時間

hwclock --set --date="08/08/2017 18:18:00"

硬體時鐘與系統時鐘同步

hwclock --hctosys

第二種方式:

設定系統時間

date -s "2017-08-08 18:18"

如果沒改成功,可能是沒有關閉網際網路同步時間 ,可輸入以下命令取消同步

timedatectl set-ntp 0

恢復自動同步

timedatectl set-ntp 1

centos自動從伺服器同步時間

ntpdate ntp.api.bz 

如果報command not found的話就輸入這個命令

yum install ntp 

然後再嘗試同步時間

注意,要有root許可權才能操作以上命令

Ubuntu修改系統時間

在新版的ubuntu中,使用timedatectl替換了ntpdate來進行時間管理。1.檢視當前時間狀態 檢視當前時間狀態timedatectl status wxs ubuntu 6 1 task4 timedatectl status local time tue 2017 11 07 18 ...

Ubuntu修改系統時間

在新版的ubuntu中,使用timedatectl替換了ntpdate來進行時間管理。1.檢視當前時間狀態 檢視當前時間狀態timedatectl status ghz ubuntu timedatectl status local time mon 2018 07 23 22 55 51 edt ...

Ubuntu檢視 修改系統時間

在新版的ubuntu中,使用timedatectl替換了ntpdate來進行時間管理。檢視當前時間狀態 timedatectl status顯示如下 local time wed 2018 11 21 01 23 33 utc universal time wed 2018 11 21 01 23 ...