虚位以待(AD)
虚位以待(AD)
首页 > 操作系统 > Ubuntu/Debian > ubuntu ipconfig

ubuntu ipconfig
类别:Ubuntu/Debian   作者:码皇   来源:互联网   点击:

ubuntu ipconfigsudo vi sbin ipconfigBash代码 ! bin bash for word in `ifconfig eth0 | grep "inet addr" | sed & 39;s inet addr addr g& 39;`; do echo $word | sed
ubuntu ipconfig   sudo vi /sbin/ipconfig    Bash代码     #! /bin/bash   for word in `ifconfig eth0 | grep "inet addr" | sed  's/          inet addr/addr/g'`; do echo $word | sed 's/:/t/g'; done   route -n | awk '/UG/ {printf "gateway    %-21s %sn", $2,$8}' ;   grep nameserver /etc/resolv.conf ;     Shell代码     sudo chmod +x /sbin/ipconfig      ipconfig    
相关热词搜索: ubuntu ipconfig