美文网首页
centos7 command not found解决办法合集

centos7 command not found解决办法合集

作者: 小辉哥08 | 来源:发表于2021-06-14 06:57 被阅读0次

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

相关文章

网友评论

      本文标题:centos7 command not found解决办法合集

      本文链接:https://www.haomeiwen.com/subject/ffpieltx.html