#17
帖子
由 gaoxin » 2008-10-02 6:14
问题己解决方法如下
在root下打开隐藏文件.profile把最后的两行 LANG=C 和LANGUAGE=C改为如下所示后重启
vi /etc/.profile
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n
# Installed by Debian Installer:
# no localization for root because zh_CN.UTF-8
# cannot be properly displayed at the Linux console
LANG=C #修改此行为:LANG="zh_CN.UTF-8"
LANGUAGE=C #修改此行为:LANGUAGE="zh_CN:zh"