CentOS 安装tab命令补全
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 安装tab命令补全相关的知识,希望对你有一定的参考价值。
安装epel 源yum -y install epel-release
加快yun速度
yum -y install yum-plugin-fastestmirror
安装bash-completion
yum -y install bash-completion
立即生效
source /etc/profile.d/bash_completion.sh
或者退出终端重新登录
以上是关于CentOS 安装tab命令补全的主要内容,如果未能解决你的问题,请参考以下文章