网站地图    收藏   

主页 > 系统 > linux系统 >

ubuntu ipconfig - Linux操作系统:Ubuntu_Centos_Debian - 自

来源:自学PHP网    时间:2015-04-14 10:28 作者: 阅读:

[导读] 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 %s\n", $2,$8}' ;  
grep nameserver /etc/resolv.conf ;  
 
Shell代码  
 
sudo chmod +x /sbin/ipconfig  
  
ipconfig  
 

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论