最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

ubuntu系統(tǒng)修改時(shí)區(qū)和時(shí)間的方法

 更新時(shí)間:2022年08月22日 23:19:40   作者:CODETC  
今天小編就為大家分享一篇關(guān)于ubuntu系統(tǒng)修改時(shí)區(qū)和時(shí)間的方法,小編覺(jué)得內(nèi)容挺不錯(cuò)的,現(xiàn)在分享給大家,具有很好的參考價(jià)值,需要的朋友一起跟隨小編來(lái)看看吧

在Linux計(jì)算機(jī)上,有兩個(gè)時(shí)間,一個(gè)是硬件時(shí)間(BIOS中記錄的時(shí)間,稱為hwclock),另一個(gè)是操作系統(tǒng)時(shí)間(osclock)。硬件時(shí)鐘由BIOS電池供電,

當(dāng)計(jì)算機(jī)關(guān)機(jī)后,會(huì)繼續(xù)運(yùn)行,BIOS電池一般可使用幾年,如果沒(méi)電了,那BIOS中的數(shù)據(jù)會(huì)恢復(fù)出廠設(shè)置。

硬件時(shí)間與操作系統(tǒng)時(shí)間的交互流程

1、開(kāi)機(jī)時(shí),操作系統(tǒng)從BIOS中讀取硬件時(shí)間+時(shí)區(qū),然后根據(jù)osclock的時(shí)區(qū),轉(zhuǎn)換為對(duì)應(yīng)的時(shí)間。然后操作系統(tǒng)時(shí)間與硬件時(shí)間就獨(dú)立運(yùn)行,相互不影響,我們

通過(guò)應(yīng)用程序獲取的時(shí)間用的都是操作系統(tǒng)時(shí)間。這一步是開(kāi)機(jī)時(shí)os自動(dòng)完成的。

2、主機(jī)運(yùn)行過(guò)程中,通過(guò)ntp保證osclock與國(guó)際原子時(shí)同步,再將osclock同步到hwclock。這一步需要自己配置實(shí)現(xiàn)

3、關(guān)機(jī)時(shí),osclock寫(xiě)入hwclock。這一步是關(guān)機(jī)時(shí)os自動(dòng)完成的。不過(guò)我們要考慮異常關(guān)機(jī)的情況,當(dāng)異常關(guān)機(jī)時(shí),osclock可能沒(méi)有寫(xiě)入hwclock,這就是為什

么在第2步中將osclock定時(shí)刷入hwclock的原因。如果不定時(shí)刷入,那osclock與hwclock差距比較大時(shí),若異常關(guān)機(jī),osclock就丟掉了,再開(kāi)機(jī)時(shí),osclock就是

錯(cuò)誤的,在第一個(gè)ntp同步到來(lái)時(shí),osclock就一直是錯(cuò)誤的。而且如果使用的是ntpd,ntpd是漸進(jìn)調(diào)整,要經(jīng)過(guò)多個(gè)ntp同步周期后才會(huì)將osclock調(diào)整為國(guó)際原子

時(shí),另外,如果osclock與ntp server的時(shí)間差超過(guò)1000秒,那ntp server就不會(huì)更新osclock了。

ubuntu修改時(shí)區(qū)和時(shí)間的方法

文字版教程

一、Ubuntu的時(shí)間分類

1.Ubuntu時(shí)鐘分為系統(tǒng)時(shí)鐘(System Clock)和硬件(Real Time Clock,簡(jiǎn)稱RTC)時(shí)鐘。

2.查看系統(tǒng)時(shí)間:date -R

3.查看硬件時(shí)間: sudo hwclock --show

二 、修改Ubuntu系統(tǒng)時(shí)間

2.1 修改時(shí)間

tzselect

依次選擇4->9->1->1 #Asia->China-> Beijing->yes

2.2 復(fù)制文件到/etc目錄下

sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

2.3 查看修改結(jié)果

date -R

三、修改Ubuntu硬件時(shí)間

sudo date -s MM/DD/YY //修改日期

sudo date -s hh:mm:ss //修改時(shí)間

sudo hwclock --systohc //修改生效

圖文版教程

1.首先查看時(shí)區(qū):

codetc@webubuntu:~$ date -R
Tue, 17 Dec 2013 18:23:01 +0800

如果要修改時(shí)區(qū),執(zhí)行sudo tzselect

2.選擇區(qū)域:亞洲

codetc@webubuntu:~$ sudo tzselect
[sudo] password for codetc: 
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

3.選擇國(guó)家:中國(guó)

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

4.選擇時(shí)區(qū):北京時(shí)間

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

5.確認(rèn)驗(yàn)證:

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 Dec 17 18:22:10 CST 2013.
Universal Time is now: Tue Dec 17 10:22:10 UTC 2013.
Is the above information OK?
1) Yes
2) No
#? 1
You can make this change permanent for yourself by appending the line
    TZ='Asia/Shanghai'; export TZ
to the file '.profile' in your home directory; then log out and log in again.
Here is that TZ value again, this time on standard output so that you
can use the /usr/bin/tzselect command in shell scripts:
Asia/Shanghai

6.復(fù)制文件到/etc目錄下

sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

7.更新時(shí)間

sudo ntpdate time.windows.com

8.修改時(shí)間以后,修改硬件CMOS的時(shí)間

sudo hwclock --systohc

總結(jié)

以上就是這篇文章的全部?jī)?nèi)容了,希望本文的內(nèi)容對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,謝謝大家對(duì)腳本之家的支持。如果你想了解更多相關(guān)內(nèi)容請(qǐng)查看下面相關(guān)鏈接

相關(guān)文章

最新評(píng)論

慈溪市| 四川省| 白朗县| 广安市| 瑞昌市| 米易县| 阿克陶县| 正镶白旗| 诸城市| 鹿邑县| 阳高县| 四子王旗| 老河口市| 宣威市| 象山县| 朔州市| 大同县| 新竹县| 凤城市| 庆阳市| 璧山县| 宁阳县| 韶山市| 闸北区| 合肥市| 丽水市| 洛南县| 普安县| 新密市| 海阳市| 楚雄市| 盐城市| 信宜市| 娱乐| 曲阜市| 朝阳县| 铜梁县| 略阳县| 南宁市| 元氏县| 睢宁县|