0
点赞
收藏
分享

微信扫一扫

Linux 展示 IP 命令行

小编 2022-06-08 阅读 157

ip addr show dev eth0

Display information about a single network interface

To get information about a specific network interface, use ip addr show dev followed by the device name. For example, to query eth0, you would type:

ip addr show dev eth0

​​https://linuxize.com/post/linux-ip-command/​​


举报

相关推荐

0 条评论