首页 > 系统服务 > 详细

linux kali 的ifconfig命令

时间:2019-08-20 11:03:11      阅读:573      评论:0      收藏:0      [点我收藏+]

ifconfig命令

 

1.ifconfig执行页面

 1 root@localhost:/home/zys# ifconfig
 2 lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
 3         inet 127.0.0.1  netmask 255.0.0.0
 4         inet6 ::1  prefixlen 128  scopeid 0x10<host>
 5         loop  txqueuelen 0  (Local Loopback)
 6         RX packets 1398633  bytes 2195165994 (2.0 GiB)
 7         RX errors 0  dropped 0  overruns 0  frame 0
 8         TX packets 1398633  bytes 2195165994 (2.0 GiB)
 9         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
10 
11 p2p0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
12         ether 66:cc:2e:d1:56:c2  txqueuelen 1000  (Ethernet)
13         RX packets 0  bytes 0 (0.0 B)
14         RX errors 0  dropped 0  overruns 0  frame 0
15         TX packets 0  bytes 0 (0.0 B)
16         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
17 
18 rmnet0: flags=65<UP,RUNNING>  mtu 2000
19         unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
20         RX packets 0  bytes 0 (0.0 B)
21         RX errors 0  dropped 0  overruns 0  frame 0
22         TX packets 0  bytes 0 (0.0 B)
23         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
24 
25 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
26         inet 192.168.31.137  netmask 255.255.255.0  broadcast 192.168.31.255
27         inet6 fe80::66cc:2eff:fed1:56c2  prefixlen 64  scopeid 0x20<link>
28         ether 64:cc:2e:d1:56:c2  txqueuelen 1000  (Ethernet)
29         RX packets 1299316  bytes 1717026457 (1.5 GiB)
30         RX errors 0  dropped 372  overruns 0  frame 0
31         TX packets 885602  bytes 70423450 (67.1 MiB)
32         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 

linux kali 的ifconfig命令

原文:https://www.cnblogs.com/ITIT007/p/11320743.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!