(1)查看已经安装的语言环境:
# locale -a
(2)然后,更改/etc/locale.conf文件,将其中语言环境改为中文:
# vim /etc/locale.conf
LANG="zh_CN.UTF-8"
(3)最后重启服务器