date -s 12/20/2003
date -s 12:30:00
clock -w 寫入bios
hwclock -r顯示bios時間
修改linux時區:
1.檢視當前時區:
more /etc/sysconfig/clock
2.修改設定時區:
方法1:tzselect
方法2:timeconfig
3.複製相應的時區檔案,替換系統預設時區
cp /usr/share/zoneinfo/$主時區/$次時區 /etc/localtime
對於中國伺服器則執行:
cp /usr/share/zoneinfo/asia/shanghai /etc/localtime
4. 將當前時間寫入bios永久生效(避免重啟後失效)
cp /usr/share/zoneinfo/asia/shanghai /etc/localtime
linux修改時間
date檢視當前時間 date 輸出thu jan 2 10 01 14 utc 2020 date s 2010 11 12 13 14 15 輸出fri nov 12 13 14 15 utc 2010 s是字串 寫入硬體 hwclock w u 選項含義 d除錯模式 s把系統時間設定成和硬體時...
Linux修改時間
自 時間同步需要使用 udp123 埠,如果防火牆阻止此埠,會有以下報錯 no server suitable for synchronization found 安裝ntpdate sudo apt get f install ntpdate 1.手動同步時間伺服器 sudo ntpdate nt...
linux修改時間
1 修改linux系統時間 root localhost date s 2016 10 15 13 15 12 2 將系統時間和網路伺服器時間同步 root localhost ntpdate asia.pool.ntp.org 附 網路時間伺服器 微軟公司授時主機 美國 time.windows....