顯示頁面舊版反向連結Fold/unfold all回到頁頂 本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。 ====== Linux 修改時區 ====== * Ubuntu 20.04 x86_64 * CentOS 6.9 x86_64 * 想改成台北時區 Asia Taipei ===== 處理方式 ===== <code sh> cp /etc/localtime /root/old.timezone rm -f /etc/localtime ln -s /usr/share/zoneinfo/Asia/Taipei /etc/localtime </code> 操作畫面 <cli> [root@pve-Jonathan1 ~]# date Wed Mar 7 19:20:03 EST 2018 [root@pve-Jonathan1 ~]# cp /etc/localtime /root/old.timezone [root@pve-Jonathan1 ~]# rm -f /etc/localtime [root@pve-Jonathan1 ~]# ln -s /usr/share/zoneinfo/Asia/Taipei /etc/localtime [root@pve-Jonathan1 ~]# date Thu Mar 8 08:22:58 CST 2018 </cli> ===== 參考網址 ===== * https://dotblogs.com.tw/grayyin/2017/12/07/150110 {{tag>centos ubuntu systemtime timezone}} tech/centostimezone.txt 上一次變更: 2021/01/27 16:09由 jonathan