Centos7学习心得一 基础配置-命令自动补全 Centos7默认安装的话是没有安装命令补全功能,需要单独yum安装 # yum list bash* 查看所需软件 通过yum安装 yum install -y bash-completion reboo重启生效