如何在 lunux 或 RHEL-8 中检查我的系统的 IP 地址

问题描述 投票:0回答:1

在这里我想检查我的IP地址,我想用它在浏览器中打开我的网页。

linux command rhel rhel8
1个回答
0
投票

您可以使用 ip 命令或使用 ifconfig 命令(传统方法,在某些发行版上默认情况下可能不可用)

ip addr show 

© www.soinside.com 2019 - 2024. All rights reserved.