点击链接加入群聊【传奇公益服】
在Linux计算机上,有两个时间,一个是硬件时间(BIOS中记录的时间,称为hwclock),另一个是操作系统时间(osclock)。硬件时钟由BIOS电池供电,
当计算机关机后,会继续运行,BIOS电池一般可使用几年,如果没电了,那BIOS中的数据会恢复出厂设置。
硬件时间与操作系统时间的交互流程
1、开机时,操作系统从BIOS中读取硬件时间+时区,然后根据osclock的时区,转换为对应的时间。然后操作系统时间与硬件时间就独立运行,相互不影响,我们
通过应用程序获取的时间用的都是操作系统时间。这一步是开机时os自动完成的。
2、主机运行过程中,通过ntp保证osclock与国际原子时同步,再将osclock同步到hwclock。这一步需要自己配置实现
3、关机时,osclock写入hwclock。这一步是关机时os自动完成的。不过我们要考虑异常关机的情况,当异常关机时,osclock可能没有写入hwclock,这就是为什
么在第2步中将osclock定时刷入hwclock的原因。如果不定时刷入,那osclock与hwclock差距比较大时,若异常关机,osclock就丢掉了,再开机时,osclock就是
错误的,在第一个ntp同步到来时,osclock就一直是错误的。而且如果使用的是ntpd,ntpd是渐进调整,要经过多个ntp同步周期后才会将osclock调整为国际原子
时,另外,如果osclock与ntp server的时间差超过1000秒,那ntp server就不会更新osclock了。
ubuntu修改时区和时间的方法
1.首先查看时区:
  1. codetc@webubuntu:~$ date -R
  2. Tue, 17 Dec 2013 18:23:01 +0800
复制代码
如果要修改时区,执行sudo tzselect
2.选择区域:亚洲

  1. codetc@webubuntu:~$ sudo tzselect
  2. [sudo] password for codetc:
  3. Please identify a location so that time zone rules can be set correctly.
  4. Please select a continent or ocean.
  5. 1) Africa
  6. 2) Americas
  7. 3) Antarctica
  8. 4) Arctic Ocean
  9. 5) Asia
  10. 6) Atlantic Ocean
  11. 7) Australia
  12. 8) Europe
  13. 9) Indian Ocean
  14. 10) Pacific Ocean
  15. 11) none - I want to specify the time zone using the Posix TZ format.
  16. #? 5
复制代码
3.选择国家:中国


  1. Please select a country.
  2. 1) Afghanistan      18) Israel        35) Palestine
  3. 2) Armenia        19) Japan         36) Philippines
  4. 3) Azerbaijan      20) Jordan        37) Qatar
  5. 4) Bahrain        21) Kazakhstan      38) Russia
  6. 5) Bangladesh      22) Korea (North)     39) Saudi Arabia
  7. 6) Bhutan        23) Korea (South)     40) Singapore
  8. 7) Brunei        24) Kuwait        41) Sri Lanka
  9. 8) Cambodia       25) Kyrgyzstan      42) Syria
  10. 9) China         26) Laos         43) Taiwan
  11. 10) Cyprus        27) Lebanon        44) Tajikistan
  12. 11) East Timor      28) Macau         45) Thailand
  13. 12) Georgia        29) Malaysia       46) Turkmenistan
  14. 13) Hong Kong       30) Mongolia       47) United Arab Emirates
  15. 14) India         31) Myanmar (Burma)    48) Uzbekistan
  16. 15) Indonesia       32) Nepal         49) Vietnam
  17. 16) Iran         33) Oman         50) Yemen
  18. 17) Iraq         34) Pakistan
  19. #? 9
复制代码
4.选择时区:北京时间

  1. Please select one of the following time zone regions.
  2. 1) east China - Beijing, Guangdong, Shanghai, etc.
  3. 2) Heilongjiang (except Mohe), Jilin
  4. 3) central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc.
  5. 4) most of Tibet & Xinjiang
  6. 5) west Tibet & Xinjiang
  7. #? 1
复制代码
5.确认验证:

  1. The following information has been given:
  2.     China
  3.     east China - Beijing, Guangdong, Shanghai, etc.
  4. Therefore TZ='Asia/Shanghai' will be used.
  5. Local time is now:   Tue Dec 17 18:22:10 CST 2013.
  6. Universal Time is now: Tue Dec 17 10:22:10 UTC 2013.
  7. Is the above information OK?
  8. 1) Yes
  9. 2) No
  10. #? 1
  11. You can make this change permanent for yourself by appending the line
  12.     TZ='Asia/Shanghai'; export TZ
  13. to the file '.profile' in your home directory; then log out and log in again.
  14. Here is that TZ value again, this time on standard output so that you
  15. can use the /usr/bin/tzselect command in shell scripts:
  16. Asia/Shanghai
复制代码
6.复制文件到/etc目录下
  1. sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
复制代码
7.更新时间
  1. sudo ntpdate time.windows.com
复制代码
8.修改时间以后,修改硬件CMOS的时间
  1. sudo hwclock --systohc
复制代码


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
传奇公益服
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    QQ|Archiver|手机版|小黑屋|电脑故障排除 ( 豫ICP备2021019827号 )

    Powered by Discuz! X3.5  © 2001-2013 Discuz Team. Licensed