centos7 查看ip地址
命令:
ip address 简写ip a
过滤出来某个网卡的ip:
ip a show ens33 |awk -F ' ' 'NR==3{print$2}'|cut -d / -f1
本文来自博客园,作者:忙碌在路上,转载请注明原文链接:https://www.cnblogs.com/netsa/p/7686156.html
命令:
ip address 简写ip a
过滤出来某个网卡的ip:
ip a show ens33 |awk -F ' ' 'NR==3{print$2}'|cut -d / -f1
本文来自博客园,作者:忙碌在路上,转载请注明原文链接:https://www.cnblogs.com/netsa/p/7686156.html