ifconfig命令

1.ifconfig执行页面

 root@localhost:/home/zys# ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 1398633 bytes 2195165994 (2.0 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1398633 bytes 2195165994 (2.0 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 p2p0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 66:cc:2e:d1:56:c2 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 rmnet0: flags=65<UP,RUNNING> mtu 2000
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.31.137 netmask 255.255.255.0 broadcast 192.168.31.255
inet6 fe80::66cc:2eff:fed1:56c2 prefixlen 64 scopeid 0x20<link>
ether 64:cc:2e:d1:56:c2 txqueuelen 1000 (Ethernet)
RX packets 1299316 bytes 1717026457 (1.5 GiB)
RX errors 0 dropped 372 overruns 0 frame 0
TX packets 885602 bytes 70423450 (67.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

最新文章

  1. uva1635
  2. MySQL问题汇总(持续更新)
  3. java 的开源wiki维基系统
  4. uvaIrrelevant Elements
  5. 219. Contains Duplicate II
  6. $(this) 和 this
  7. live555 RTSP服务器建立及消息处理流程
  8. win7 ShuipFCMS 配置 及问题
  9. jvm调优经验分享
  10. 开发手机APP的神器 --- ionic
  11. Python学习第十一篇——for 的本质及如何正确修改列表
  12. 0基础如何学Android开发
  13. GO 中输出打印的常用函数
  14. leetcode283
  15. Linux学习笔记:ftp中binary二进制与ascii传输模式的区别
  16. 解题:USACO13FEB Taxi
  17. CodeForces 724G: Xor-matic Number of the Graph
  18. [流水账]搜索与web-container版本匹配的jar包
  19. JAXB--@XmlElementWrapper注解(二)
  20. python的with和__enter__ 、 __exit__

热门文章

  1. Linux中 /boot 目录介绍
  2. Service Worker,Web Worker,WebSocket的对比
  3. 已解决:解压Python-3.6.1.tar.xz提示tar (child): xz:无法 exec: 没有那个文件或目录
  4. 浅谈对Jquery+JSON+WebService的使用小结
  5. android如何让checkbox实现互斥以及android验证端cession登录注意事项
  6. [转] Go 的并发模式:Context
  7. python中字符串内置方法
  8. rabbitmq - 简单认识
  9. 每天进步一点点------时序分析基础与时钟约束实例(四)IO口时序(Input Delay /output Delay)
  10. jQuery+PHP+Ajax动态数字统计展示实例