linux查看ip地址

ifconfig hostname -I ip addr show | grep ‘inet’ ifconfig ens33 | grep inet | awk ‘{print $2}’ | awk -F: ‘{print $2}’
相关文章
相关标签/搜索