Root用户无法使用Tab补齐解决
Posted steinven
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Root用户无法使用Tab补齐解决相关的知识,希望对你有一定的参考价值。
1.
sudo vim /etc/bash.bashrc
2.取消以下注释
#if [ -f /etc/bash_completion ]; then # . /etc/bash_completion #fi
3.将“source /etc/bash.bashrc`”追加至/etc/profile
以上是关于Root用户无法使用Tab补齐解决的主要内容,如果未能解决你的问题,请参考以下文章