linux命令行下选时区调时间

[root@friend ~]# 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.
#?
选择数字回车。
 
date --set “11/18/2009 01:54"
这里再微调一下好了。
时间设置完了就要保存了。如果你会正常关机还好说。系统关的时候会保存一次,可是如果你可能不正常关机的话,可以这么先保存一下设置
      hwclock --systohc
      对的,是这么写。网上大多的写法是
      clock -w 或者hwclock -w
      而你仔细分析下就知道,clock是hwclock的软链接。而hwclock的help和man里根本未提-w这个参数。不知道-w是哪年的写法。而网上大多的文章是-w :)
      最后总结一下,一步到位设置linux系统时间

你可能感兴趣的:(操作系统)