Change the system time zone and time under Linux
[[Email protected] ~]# Date
Fri Apr 23:26:05 EDT 2006//edt (United States) Eastern time zone
[Email protected] ~]# date-s 2011/9/30
Fri Sep 00:00:00 EDT 2011
[Email protected] ~]# date-s 14:18
Fri Sep 14:18:00 EDT 2011
[[Email protected] ~]# Date
Fri Sep 14:18:01 EDT 2011
[Email protected] ~]# hwclock-w
/usr/share/zoneinfo/asia/saves the system's various time zone information
/etc/localtime Save current system time zone and time information
[Email protected] ~]# Cp/usr/share/zoneinfo/asia/shanghai/etc/localtime
Cp:overwrite '/etc/localtime '? Y
[[Email protected] ~]# Date
Sat Oct 1 02:20:03 CST 2011//Change to CST
[Email protected] ~]# date-r
Sat, Oct 02:21:45 +0800
Then reset the time.
We can also modify the commands in the RH system by:
[Email protected] ~]# tzselect//Tzselect–select a time zone
More humane, can be directly modified according to the prompts.
This article is from the "Operation and maintenance of the Road" blog, please be sure to keep this source http://wanggaoli.blog.51cto.com/10422005/1772941
Change the system time zone and time under Linux