有有问题的
正常机器
解决方法 修改i18n或者改用户env
[4ajr@cbossmqc4-GGG03 ~]$ vi .bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
~
export LC_ALL="zh_CN.UTF-8"
export LANG="zh_CN.UTF-8"