CentOS7 command not found解决办法合集

396 阅读1分钟

1. ifconfig不存在

yum -y install net-tools

2. vim不存在

yum -y install vim

3. tree不存在

yum -y install tree

4. wget不存在

yum -y install wget

5. nmap不存在

yum -y install nmap

6. lsof不存在

yum -y install lsof

7. nslookup不存在

yum -y install bind-utils

8. iostat不存在

yum -y install sysstat

9. pstree不存在

yum -y install psmisc