云网牛站
所在位置:首页 > 初入Linux圈 > 在Ubuntu 20.04(Focal Fossa)上安装ifconfig的方法

在Ubuntu 20.04(Focal Fossa)上安装ifconfig的方法

2020-05-04 11:21:53作者:戴均力稿源:云网牛站

我发现Ubuntu 20.04(Focal Fossa)服务器版本未预先安装ifconfig命令,本文如何在Ubuntu 20.04(Focal Fossa)上安装ifconfig的方法。如果没有安装,会有提示:ifconfig: not found,这表示未安装该命令。ifconfig是用于网络接口配置的命令行界面工具,不过不建议使用ifconfig命令,现在偏爱使用ip命令来提供类似的功能,参考新的网络管理工具 ip替代ifconfig零压力一文。

 

在Ubuntu 20.04(Focal Fossa)上安装ifconfig

确保在Ubuntu 20.04(Focal Fossa)计算机上可以使用ifconfig命令,请运行以下命令:

sudo apt install net-tools

net-tools软件包将在Ubuntu 20.04(Focal Fossa)上安装ifconfig,安装后,可以尝试在终端中调用ifconfig,如下:

$ ifconfig

ens3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1450

    inet 10.10.1.151  netmask 255.255.255.0  broadcast 10.10.1.255

    inet6 fe80::f816:3eff:fed8:1d14  prefixlen 64  scopeid 0x20<link>

    ether fa:16:3e:d8:1d:14  txqueuelen 1000  (Ethernet)

    RX packets 235355  bytes 512200432 (512.2 MB)

    RX errors 0  dropped 0  overruns 0  frame 0

    TX packets 57226  bytes 5382029 (5.3 MB)

    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536

    inet 127.0.0.1  netmask 255.0.0.0

    inet6 ::1  prefixlen 128  scopeid 0x10<host>

    loop  txqueuelen 1000  (Local Loopback)

    RX packets 1364  bytes 109906 (109.9 KB)

    RX errors 0  dropped 0  overruns 0  frame 0

    TX packets 1364  bytes 109906 (109.9 KB)

    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

在Ubuntu 20.04(Focal Fossa)上安装ifconfig的方法

从以上的输出信息中,确认了我们已修复在Ubuntu 20.04 Linux系统上出现ifconfig: not found的提示。

 

相关主题

Linux上使用ifconfig、ip、netstat、nmcli命令查找可用的网络接口

子频道
精选文章
热门文章