系统相关
首页 > 系统相关> > centos7更改中文

centos7更改中文

作者:互联网

locale

img


查看locale.conf 配置文件

 ls /etc | grep locale

编辑locale.conf 配置文件
vim /etc/locale.conf

修改 LANG=en_US.utf8 为 LANG=zh_CN.utf8 ,保存退出,最后要重启一下才能生效

img


设置成功,然后重启即可

img

标签:LANG,中文,配置文件,更改,locale,utf8,centos7,etc,conf
来源: https://www.cnblogs.com/rain-me/p/16498180.html