解决乱码问题的方法如下:
1、备份
cp /etc/locale.conf /etc/locale.conf.bak
(推荐教程:centos使用教程)
2、编辑配置文件
vim /etc/locale.conf#LANG="zh_CN.UTF-8"LANGUAGE="zh_CN.UTF-8:zh_CN.GB2312:zh_CN"SUPPORTED="zh_CN.UTF-8:zh_CN:en_US.UTF-8:en_US:en"SYSFONT="lat0-sun16"
相关视频教程推荐:linux视频教程