如果解决ubuntu tab键不能提示命令

来源:互联网 发布:itools苹果助手 mac 编辑:程序博客网 时间:2024/05/17 08:26

/bin/sh is symlinked to /bin/dashTo change it, do:sudo rm /bin/shsudo ln -s /bin/bash /bin/sh


原文:http://serverfault.com/questions/77926/tab-completion-not-working-in-ubuntu-hardy-heron