CentOS查看当前时区及修改默认时区的方式如下:
1.查看当前时区
date -R
2.修改时区
tzselect
执行上面的命令,然后按照提示进行操作,但是只能当前回话保存,如果想要永久保存,需要修改 ~/.bash_profile
,增加
TZ='Asia/Shanghai';
export TZ
如下:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
TZ='Asia/Shanghai';
export TZ
最新评论
黑镜4k被和谐,哥
地址已经无效
谢谢,大神的分享
你们都能正常用吗?我怎么不能呀,没有几个能放