Linux-支持中文
转自:http://www.centoscn.com/CentosBug/osbug/2014/0919/3776.html
英文版的linux系统默认不支持中文显示
那么如何显示中文呢?
可以使用locale命令,查看当前系统默认采用的字符集
locale | grep zh
1、系统必须安装中文语言包才行
yum -y groupinstall chinese-support
2、永久生效, 编辑/etc/sysconfig/i18n
vi /etc/sysconfig/i18n
3、查看当前的字符集
echo $LANG