Linux按退格键出现问号解决

环境:VirtualBox4.1 + RedHat Linux 6

问题:按退格键出现问号

如图所示:

Linux按退格键出现问号解决

问题分析:误用reset命令所致。

解决:

设定环境变量(在文字接口里设定,也就是类似于Windows的Dos界面):

在bash下,执行如下语句:$ stty erase ^?

或者把 stty erase ^? 添加到.bash_profile中。

在csh下,执行如下语句:$ stty erase ^H

或者把 stty erase ^H添加到.cshrc中。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/22144.html