Centos7在使用最小化安装的时候,没有安装自动补全的包,我们可以自己手动安装。
RPM包
yum -y install bash-completion
可以到rpmfind.net,查找对应的RPM包,安装后,重新打开一个链接就可以正常使用。
也可以安装一些其他的常用包:
yum groupinstall "Compatibility libraries" "Base" "Development tools"
yum groupinstall "debugging Tools" "Dial-up Networking Support"
yum install tree nmap sysstat lrzsz dos2unix -y
yum grouplist
OpenStack 中的使用
openstack complete | sudo tee /etc/bash_completion.d/osc.bash_completion > /dev/null