linux系統時區設定
系統時鐘設定
格式:date 月/日時:分:年.秒
[root@localhost ~]# date 080319462010.55
二 8月 3 19:46:55 CST 2010
或使用date –set (月/日/年 時:分:秒)設定時鐘。
[root@localhost ~]# date --set "08/30/2010 09:50:11" (月/日/年 時:分:秒)
一 8月 30 09:50:11 CST 2010
檢視系統時鐘
[root@localhost ~]# date
日 8月 1 15:56:27 CST 2010
hwclock | clock時鐘檢視相同
[root@localhost ~]# hwclock --show
2010年08月01日 星期日 16時07分01秒 -0.185252 seconds
設定硬體時鐘
硬體時鐘設定格式:hwclock | clock --set --date=("月/日/年 時:分:秒")
[root@localhost ~]# hwclock --set --date="08/03/2010 19:57"
[root@localhost ~]# clock
2010年08月03日 星期二 19時57分07秒 -0.462124 seconds
[root@localhost ~]# clock --set --date="08/03/10 20:00"
[root@localhost ~]# hwclock
2010年08月03日 星期二 20時00分08秒 -0.236903 seconds
系統與硬體時鐘同步
[root@localhost ~]# hwclock --systohc
[root@localhost ~]# date
二 8月 3 19:59:23 CST 2010
[root@localhost ~]# clock
2010年08月03日 星期二 19時59分32秒 -0.813133 seconds
[root@localhost ~]# clock --systohc
[root@localhost ~]# date
二 8月 3 20:00:06 CST 2010
將時鐘資訊永久寫入BIOS中,避免重啟系統時鐘失效。
hwclock / clock -w
系統時區設定
使用tzselect設定系統時區。
[root@localhost ~]# tzselect
Please identify a location so that time zone rules can be set correctly.
Please select a continent or ocean.
1) Africa
2) Americas
3) Antarctica
4) Arctic Ocean
5) Asia
6) Atlantic Ocean
7) Australia
8) Europe
9) Indian Ocean
10) Pacific Ocean
11) none - I want to specify the time zone using the Posix TZ format.
#? 5 選擇亞洲
Please select a country.
1) Afghanistan 18) Israel 35) Palestine
2) Armenia 19) Japan 36) Philippines
3) Azerbaijan 20) Jordan 37) Qatar
4) Bahrain 21) Kazakhstan 38) Russia
5) Bangladesh 22) Korea (North) 39) Saudi Arabia
6) Bhutan 23) Korea (South) 40) Singapore
7) Brunei 24) Kuwait 41) Sri Lanka
8) Cambodia 25) Kyrgyzstan 42) Syria
9) China 26) Laos 43) Taiwan
10) Cyprus 27) Lebanon 44) Tajikistan
11) East Timor 28) Macau 45) Thailand
12) Georgia 29) Malaysia 46) Turkmenistan
13) Hong Kong 30) Mongolia 47) United Arab Emirates
14) India 31) Myanmar (Burma) 48) Uzbekistan
15) Indonesia 32) Nepal 49) Vietnam
16) Iran 33) Oman 50) Yemen
17) Iraq 34) Pakistan
#? 9 選擇中國
Please select one of the following time zone regions.
1) east China - Beijing, Guangdong, Shanghai, etc.
2) Heilongjiang (except Mohe), Jilin
3) central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc.
4) most of Tibet & Xinjiang
5) west Tibet & Xinjiang
#? 1 選擇北京時間
The following information has been given:
China
east China - Beijing, Guangdong, Shanghai, etc.
Therefore TZ=Asia/Shanghai will be used.
Local time is now: Tue Aug 3 20:02:51 CST 2010.
Universal Time is now: Tue Aug 3 12:02:51 UTC 2010.
Is the above information OK?
1) Yes
2) No
#? 1 確認當前時間區域
使用配置檔案來變更時區
如果不用tzselect命令,可透過修改區域配置檔案來變更時區。
[root@localhost ~]#vi /etc/sysconfig/clock
ZONE=Asia/Shanghai
UTC=false
ARC=false
[root@localhost ~]# rm /etc/localtime
[root@localhost ~]# ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
重啟即可,或使用timeconfig來設定時區。
使用timeconfig變更時區
[root@localhost ~]# timeconfig
onfig-date - (C) 2003 Red Hat, Inc.
lqqqqqqqqqqqqu 時區選擇 tqqqqqqqqqqqqqk
x x
x 為系統選擇時區。 x
x x
x Asia/Sakhalin a x
x Asia/Samarkand a x
x Asia/Seoul a x
x Asia/Shanghai a x
x Asia/Singapore # x
x Asia/Taipei a x
x Asia/Tashkent a x
x Asia/Tbilisi a x
x x
x [ ] 系統時鐘使用 UTC x
x x
x lqqqqqqk lqqqqqqk x
x x 確定 x x 取消 x x
x mqqqqqqj mqqqqqqj x
x x
x x
mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24790158/viewspace-1040718/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Redhat設定系統時區Redhat
- linux系統時間設定Linux
- Linux設定系統時間Linux
- linux 時區設定Linux
- 【Linux】linux時區設定Linux
- LINUX系統程式設計 LINUX地區(locale)設定Linux程式設計
- Linux系統時間與RTC設定Linux
- 雲伺服器Linux系統設定時間同步設定伺服器Linux
- 【Linux-時間設定】-設定時區並調整時間Linux
- linux下的系統時間、硬體時間設定Linux
- Linux設定和修改時間與時區Linux
- Linux時區設定及NTP時間同步Linux
- linux timezone 設定LINUX 時區Linux
- Linux系統如何更改時間時區Linux
- 調整linux系統時間和時區Linux
- Linux時間設定系統時間、硬體時間和時間服務Linux
- linux系統怎麼新增每天定時任務? linux系統新增定時任務的教程Linux
- Docker映象製作實戰:設定時區和系統編碼Docker
- 設定系統全域性區SGA命令
- Linux系統管理之定時任務Linux
- Linux 指令篇:系統設定--ulimitLinuxMIT
- linux系統設定IP的方法Linux
- 察看linux系統閥值設定Linux
- 如何在 Ubuntu Linux 中設定或更改時區UbuntuLinux
- Docker映象時區設定Docker
- jvmlinux時區設定JVMLinux
- SAP設定時區資訊
- Azure Function 時區設定Function
- ATC系統區外兩項告警設定
- ECS設定時區與時間
- Linux調整系統時間和時區的方法Linux
- Linux作業系統定時任務系統 Cron 入門Linux作業系統
- # 2020-10-06 #「Linux」- 時區設定Linux
- Linux 系統中如何設定印表機?Linux
- linux系統設定環境變數Linux變數
- 【LINUX 學習】設定檔案系統Linux
- Linux系統的字型設定方法(轉)Linux
- Linux系統中延時任務及定時任務Linux