Linux 修改時區和時間

2021-10-09 08:22:46 字數 1229 閱讀 9179

centos 和 ubuntu 的時區檔案是/etc/localtime, 但是在 centos7 以後localtime以及變成了乙個鏈結檔案 :

# ll /etc/localtime 

lrwxrwxrwx. 1 root root 38 mar 13 2017 /etc/localtime -> ../usr/share/zoneinfo/america/new_york

centos6 , ubuntu16 修改方法 :

# cp /usr/share/zoneinfo/asia/shanghai /etc/localtime
最好的方法是使用timedatectl命令 :

# timedatectl set-timezone asia/shanghai    #其他時區以此類推
或者直接手動建立軟鏈結 :

# ln -sf /usr/share/zoneinfo/asia/shanghai /etc/localtime
# date

wed aug 15 10:03:44 cst 2018

將系統日期設定成2023年11月3日下午5點55分55秒:

# date -s "11/03/2009 17:55:55"
將系統時間設定成下午5點55分55秒:

# date -s 17:55:55
檢視硬體時間 (bios的) :

# hwclock -r
將當前時間和日期寫入 bios , 避免重啟後失效 :

# hwclock -w
yum install ntpdate

# ntpdate -u ntp.api.bz

Linux修改時區和時間

修改時區 1 找到相應的時區檔案 usr share zoneinfo asia shanghai 用這個檔案替換當前的 etc localtime檔案。或者找你認為是標準時間的伺服器,然後 scp root etc localtime etc localtime 2 修改 etc sysconfi...

Linux修改時區和時間

修改時區 1 找到相應的時區檔案 usr share zoneinfo asia shanghai 用這個檔案替換當前的 etc localtime檔案。或者找你認為是標準時間的伺服器,然後 scp etc localtime 2 修改 etc sysconfig clock檔案,修改為 zone ...

Linux修改時區和時間

修改時區 1 找到相應的時區檔案 usr share zoneinfo asia shanghai 用這個檔案替換當前的 etc localtime檔案。或者找你認為是標準時間的伺服器,然後 scp root etc localtime etc localtime 2 修改 etc sysconfi...