Chinaunix首页 | 论坛 | 博客
  • 博客访问: 606097
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

分类: LINUX

2012-06-27 10:21:45

Print networkconnections, routing tables, interface statistics, masquerade connections, and multicast membership.

Netstat prints information about the Linux networking subsystem. The type of information printed is controlled by the first argument, as follows:

(none)
    By default, netstat displays a list of open sockets. If you don't specify any address families, then the active sockets of all configured address families will be printed.

--route, -r
   Display the kernel routing tables.

--groups, -g
   Display multicast group membership information for IPv4 and IPv6.

--interface=iface, -i
   Display a table of all network interfaces, or the specified iface.

--masquerade, -M
   Display a list of masquerade connections.

--statistics, -s
   Display summary statistics for each protocol.

OPTIONS
  --numeric, -n
    Show numerical addresses instead of trying to determine symbolic host, port or user names.
阅读(792) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~