所以我的想法是, 就到使用者的 .bashrc 看看
以下就是開啟tab命令補全的code, 只要寫入 /root/.bashrc 裡便可以使用了.
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
喔, 對了, 當您使用root權限做這件事時, 在bash中登出root再登入便可以了.