获取Linux ip
程序员文章站
2022-04-28 17:20:07
第一种方法: 在终端输入命令:ifconfig ip显示为红线标注的部分。 第二种方法: 在终端输入命令:hostname -I 第三种方法: 在终端输入:ip addr show|grep "inet" 参考文献: 1. https://blog.csdn.net/frained/article/ ......
第一种方法:
在终端输入命令:ifconfig
ip显示为红线标注的部分。
第二种方法:
在终端输入命令:hostname -i
第三种方法:
在终端输入:ip addr show|grep "inet"
参考文献:
1. https://blog.csdn.net/frained/article/details/74514525
上一篇: python使用PyQt5的简单方法