在Linux系統(tǒng)中,可以使用ifconfig
命令來查看本機的IP地址。
執(zhí)行以下命令可以顯示所有網(wǎng)絡接口的詳細信息,包括IP地址:
ifconfig
如果只想查看指定網(wǎng)絡接口的IP地址,可以使用以下命令,其中<interface>
是網(wǎng)絡接口的名稱,如eth0
或wlan0
:
ifconfig <interface>
另外,也可以使用ip addr show
命令來查看本機的IP地址。執(zhí)行以下命令可以顯示所有網(wǎng)絡接口的詳細信息,包括IP地址:
ip addr show
如果只想查看指定網(wǎng)絡接口的IP地址,可以使用以下命令,其中<interface>
是網(wǎng)絡接口的名稱,如eth0
或wlan0
:
ip addr show <interface>