#第一步-排查linux
#第1个里程碑-看看linux系统的字符集shell
echo $LANG工具
#第2个里程碑-远程链接工具 xshell/SecureCRT/putty 字符集.net
#第二步-修改 修复 修改字符集blog
#第一个里程碑-修改xshell字符集(推荐)i18n
#第二个里程碑-修改linux系统的字符集db
###1.临时xshell
export LANG=en_US.UTF-8字符集
###2.永久co
[root@oldboyedu-39-nb ~]# cat /etc/sysconfig/i18n
LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"
###3.生效