RedHat Linux作業系統修改時區的方法
(1)
Here is an example of changing the timezone: (Logged in as root)
In order to manually change the timezone, you can edit the /etc/sysconfig/clockfile and then make a new soft link to /etc/localtime. Here is an example of changing the timezone manually to “America/Denver”:
1. Select the appropriate time zone from the /usr/share/zoneinfo directory. Time zone names are relative to that directory. In this case, we will select “America/Denver”
2. Edit the /etc/sysconfig/clocktext file so that it looks like this:
ZONE=”America/Denver”
UTC=true
ARC=false
Of course, this assumes that your hardware clock is running UTC time…
3. Delete the following file: /etc/localtime (backup it when you need it !)
4. Create a new soft link for /etc/localtime. Here is an example of step 3 and step 4:
# cd /etc
# ls -al localtime
lrwxrwxrwx 1 root root 39 Mar 28 07:00 localtime -> /usr/share/zoneinfo/America/Los_Angeles
# rm /etc/localtime
# ln -s /usr/share/zoneinfo/America/Denver /etc/localtime
# ls -al localtime
lrwxrwxrwx 1 root root 34 Mar 28 08:59 localtime -> /usr/share/zoneinfo/America/Denver
# date
(2)
檢視/修改Linux時區和時間
一、時區
1. 檢視當前時區
date -R
2. 修改設定時區
方法(1)
tzselect
方法(2) 僅限於RedHat Linux 和 CentOS
timeconfig
方法(3) 適用於Debian
dpkg-reconfigure tzdata
3. 複製相應的時區檔案,替換系統時區檔案;或者建立連結檔案
cp /usr/share/zoneinfo/$主時區/$次時區 /etc/localtime
在中國可以使用:
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
3. 將當前時間和日期寫入BIOS,避免重啟後失效
hwclock -w
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27042095/viewspace-769630/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 作業系統(aix\redhat\suse)修改主機名方法作業系統AIRedhat
- RedHat 6* 修改系統時區解決Redhat
- 修改Linux的時區,RedHat 7LinuxRedhat
- RedHat 6修改系統時間Redhat
- RedHat Linux作業系統軟體包的管理RedhatLinux作業系統
- AIX修改系統時區的3種方法AI
- RedHat Linux作業系統軟體包的管理(轉)RedhatLinux作業系統
- Redhat設定系統時區Redhat
- Linux作業系統Redhat系列與Debian系列Linux作業系統Redhat
- linux作業系統修改共享記憶體的簡單方法(轉)Linux作業系統記憶體
- RedHat 7.6作業系統安裝Redhat作業系統
- Linux作業系統定時備份檔案方法Linux作業系統
- unix各系統時區修改方法
- linux修改主機時區方法Linux
- 淺談Linux作業系統的Swap交換區Linux作業系統
- Linux調整系統時間和時區的方法Linux
- linux系統時區修改(Debian的主機和docker)LinuxDocker
- 如何區分Linux和Unix?作業系統!Linux作業系統
- 測試修改作業系統時間&時區對oracle的影響作業系統Oracle
- 加強redhat linux系統安全的方法(轉)RedhatLinux
- 修改linux系統時間Linux
- linux修改系統時間Linux
- linux 修改系統時間Linux
- 如何修改映象作業系統的SID作業系統
- Linux 作業系統Linux作業系統
- Linux作業系統Linux作業系統
- Linux作業系統定時任務系統 Cron 入門Linux作業系統
- 【實驗】Linux調整系統時間和時區的方法Linux
- Linux作業系統關於ftp,samba,nfs的區別Linux作業系統FTPSambaNFS
- 揭開Linux作業系統的Swap交換區之謎Linux作業系統
- 【linux】Linux作業系統Linux作業系統
- Mac修改系統時間和日期的方法Mac
- Unix和Linux作業系統有什麼區別Linux作業系統
- Linux作業系統概述Linux作業系統
- 作業系統與Linux作業系統Linux
- 作業系統 Linux下的程式作業系統Linux
- 無作業系統時的裝置驅動和有作業系統時的裝置驅動作業系統
- Linux修改時間的方法Linux