CentOS(Redhat)安装bash-completion并重启后即可使用TAB键补全命令
yum install -y bash-completion && reboot
命令解释:
yum install -y bash-completion #yum安装bash-completion软件 reboot #重启系统
Ubuntu(Kali)安装bash-completion并重启后即可使用TAB键补全命令
apt install -y bash-completion && reboot
命令解释:
apt install -y bash-completion #apt安装bash-completion软件 reboot #重启系统



