美文网首页
iwconfig: command not found 解决方案

iwconfig: command not found 解决方案

作者: Miacis | 来源:发表于2019-07-27 13:49 被阅读0次

    iwconfig: command not found 解决方案

    问题分析

    经常在网上看到无线配置的命令 iwconfig,今天尝试了一下缺发现

    iwconfig: command not found

    iwconfig是Linux Wireless Extensions(LWE)的用户层配置工具之一,因为CentOS默认没有安装LWE,所以要使用iwconfig需要额外安装。

    解决方案

    安装 wireless-tools

    yum install -y wireless-tools

    相关文章

      网友评论

          本文标题:iwconfig: command not found 解决方案

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