命令行执行 ifconfig 命令
提示:ifconfig: command not found
原因:在某些kali Linux版本中,可能会缺少ifconfig命令。所以我们需要手动安装该命令。该命令隶属于net-tools软件包。
通过如下命令安装:
apt-get install net-tools
命令行执行 ifconfig 命令
提示:ifconfig: command not found
原因:在某些kali Linux版本中,可能会缺少ifconfig命令。所以我们需要手动安装该命令。该命令隶属于net-tools软件包。
通过如下命令安装:
apt-get install net-tools