1.使用超级用户操作:
properties
sudo su
2.修改i18n配置文件:
properties
vi /etc/sysconfig/i18n
将文件修改或添加为以下内容:
text
LANG="zh_CN.UTF8"
LC_ALL="zh_CN.UTF8"
保存并退出(按Esc键,输入:wq,然后回车)。
3.修改locale.conf文件:
properties
vi /etc/locale.conf
添加或修改为以下内容:
text
LANG="zh_CN.UTF8"
保存并退出。
4.使配置文件生效:
properties
source /etc/sysconfig/i18n
source /etc/locale.conf
5.重启系统:
properties
reboot