方法1:写入环境变量 echo "export LANG="zh_CN.UTF8"">>/etc/profile source /etc/profile 方法2:system-config-language,会打开一个图形界面,先把中文就可以了。 注意: locale -a查看有什么样的字符集,如果有中文的,改成中文的字符集就可以了 修改/root/.bash_profile文件,增加export LANG=zh_CN.GB18030...