Ubuntu中查看IP地址的常用命令及使用方法

人民的石头 2024-07-12 11:07:06 阅读 66

  在Ubuntu操作系统中,了解和查看IP地址是进行网络配置、故障排除以及连接其他设备的重要一步。

以下是几个常用的命令来查看IP地址:

一、ifconfig命令

     输入ifconfig 输出如图所示,即为ip地址

  如若提示没有ifconfig命令,则可以使用sudo apt-get install net-tools或yum -y install net-tools进行升级安装:

<code>sudo apt-get install net-tools或yum -y install net-tools

2、ip addr命令

ip addr show

ip a

3、hostname -I命令

hostname -I



声明

本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。