linux上无法输入中文
linux下无法输入中文在/etc/bash.bashrc ?中加入下面4行stty?cs8?-istripstty?pass8export?LANGen_US.UTF
linux下无法输入中文
在/etc/bash.bashrc ?中加入下面4行stty?cs8?-istrip
stty?pass8
export?LANG=en_US.UTF-8
export?LC_CTYPE=en_US.UTF-8
然后保证/etc/passwd 里你用户使用的是bash
就可以了