在ubuntu-18.04.2 终端输入ifconfig 如下提示:

ubuntu-18.04.2 查看IP提示 Command 'ifconfig' not found 解决方案

我们可以根据提示得知是没有ifconfig 这个命令

 

下载net-tools

在终端输入:sudo apt-get install net-tools

安装完成后,再输入ifconfig就可以查看IP地址了 

ubuntu-18.04.2 查看IP提示 Command 'ifconfig' not found 解决方案

 

相关文章: