好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ubuntu ipconfig - Linux操作系统:Ubuntu_Centos_Debian -

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 %s\n", $2,$8}' ;  

grep nameserver /etc/resolv.conf ;  

 

Shell代码  

 

sudo chmod +x /sbin/ipconfig  

  

ipconfig  

 

查看更多关于ubuntu ipconfig - Linux操作系统:Ubuntu_Centos_Debian -的详细内容...

  阅读:46次