解决办法是在文件/etc/profile末尾添加一行
echo ‘export LC_ALL="en_US.UTF-8"‘ >> /etc/profile source /etc/profile
解决linux 中文乱码
原文:https://www.cnblogs.com/faberbeta/p/linux-shell023.html