您好,登錄后才能下訂單哦!
這期內(nèi)容當(dāng)中小編將會(huì)給大家?guī)?lái)有關(guān)Linux 7 修改時(shí)區(qū)不生效怎么辦,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
查看當(dāng)前時(shí)區(qū)
[root@tidb01 ~]# date Sat Jun 27 13:58:27 EDT 2020 [root@tidb01 ~]# date -R Sat, 27 Jun 2020 13:58:36 -0400
修改時(shí)區(qū)
方法一:
[root@tidb01 ~]# ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime [root@tidb01 ~]# ls -l /etc/localtime lrwxrwxrwx 1 root root 35 Jun 28 02:08 /etc/localtime -> ../usr/share/zoneinfo/Asia/Shanghai
方法二:
[root@tidb01 ~]# timedatectl set-timezone Asia/Shanghai
方法三:
[root@tidb01 ~]# cat /etc/profile [root@tidb01 ~]# cat .bash_profile [root@tidb01 ~]# cat .bash_profile TZ='Asia/Shanghai'; export TZ
方法四:
[root@tidb01 ~]# 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. ......
查詢時(shí)區(qū)并沒(méi)有修改成功
[root@tidb01 ~]# date Sat Jun 27 13:58:50 EDT 2020
嘗試將其他東8區(qū)時(shí)區(qū)操作系統(tǒng)上的Shanghai文件拷貝過(guò)來(lái)
[root@tidb02 ~]# cp /usr/share/zoneinfo/Asia/Shanghai . [root@tidb02 ~]# scp Shanghai 192.168.30.101:/root
時(shí)區(qū)修改成功
[root@tidb01 ~]# date Sat Jun 27 14:23:04 CST 2020 [root@tidb01 ~]# date -R Sat, 27 Jun 2020 14:23:13 +0800
上述就是小編為大家分享的Linux 7 修改時(shí)區(qū)不生效怎么辦了,如果剛好有類似的疑惑,不妨參照上述分析進(jìn)行理解。如果想知道更多相關(guān)知識(shí),歡迎關(guān)注億速云行業(yè)資訊頻道。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。