1、显示时间看不懂
[root@localhost ~]# date
201790:02:06 CST
2、注释掉环境变量bash_profile的两行配置
[root@localhost ~]# vi .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
#export LC_CTYPE=zh_CN ---注释掉
#export LANG=zh_CN.GBK ---注释掉
export PATH
unset USERNAME
3、使环境变量生效,还是不行
[root@localhost ~]# . .bash_profile
[root@localhost ~]# date
201790:02:06 CST
4、关掉SSH,重新通过SSH连接,可以了
Last login: Wed Sep 20 14:00:45 2017 from 10.1.26.80
[root@localhost ~]# date
2017年 09月 20日 星期三 14:08:22 CST