一、问题描述 新装系统,Ubuntu18.04 ifconfig命令找不到 二、问题分析 网络工具默认不安装 三、解决方案 执行以下指令,安装网络工具即可 sudo apt-get install net-tools -y