红联Linux门户
Linux帮助

linux上使用sqlplus时不能用Backspace来删除字符的解决

发布时间:2007-11-01 00:23:07来源:红联作者:compat
解决方法

1. #su - oracle
$stty erase ^h

2.要永久生效,可以加入到.bash_profile中

vi .bash_profile

加入一行
stty erase ^h
文章评论

共有 0 条评论