码迷,mamicode.com
首页 > 其他好文 > 详细

redhat6.5 配置使用中文

时间:2015-04-17 15:54:04      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:中文

[root@localhost ~]# echo $LANG

[root@localhost ~]# yum grouplist chinese-support

[root@localhost ~]# yum groupinstall chinese-support

[root@localhost ~]# vi /etc/sysconfig/i18n

#LANG="en_US.UTF-8"

LANG="zh_CN.UTF-8"

SYSFONT="latarcyrheb-sun16"

[root@localhost ~]# shutdown -r now


redhat6.5 配置使用中文

标签:中文

原文地址:http://342440697.blog.51cto.com/9179243/1633858

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!