2009年2月28日 星期六

root權限開啟tab命令補全功能

剛安裝好Debian時root並沒有開啟tab命令補全, 而一般使用者則有開啟這項功能,
所以我的想法是, 就到使用者的 .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再登入便可以了.

沒有留言: