#第一步-排查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.生效