ssh访问linux出现乱码

ssh访问linux出现乱码

具体方法如下:

1、使用ls -a命令查找.bash_profile配置文件;

2、使用vi编辑器打开该文件,在其中加入如下配置:

LANG=zh_CN.GB2312 export LANG

即可正常显示中文。

(相关学习视频分享:linux视频教程

更改 .bash_profile 配置文件后,该文件内容如下:

# .bash_profile  # Get the aliases and functions if [ -f ~/.bashrc ]; then         . ~/.bashrc fi  # User specific environment and startup programs  PATH=$PATH:$HOME/bin LANG=zh_CN.GB2312 export PATH export LANG unset USERNAME

相关文章教程推荐:linux视频教程

以上就是ssh访问

© 版权声明
THE END
喜欢就支持一下吧
点赞9 分享