netstat switches Flashcards

1
Q

netstat -a

A

-a Displays all connections and listening ports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

netstat -b

A

-b Displays the executable involved in creating each connection or
listening port. In some cases well-known executables host
multiple independent components, and in these cases the
sequence of components involved in creating the connection
or listening port is displayed. In this case the executable
name is in [] at the bottom, on top is the component it called,
and so forth until TCP/IP was reached. Note that this option
can be time-consuming and will fail unless you have sufficient
permissions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

netstat -e

A

-e Displays Ethernet statistics. This may be combined with the -s
option.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

netstat -f

A

-f Displays Fully Qualified Domain Names (FQDN) for foreign
addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

netstat -n

A

-n Displays addresses and port numbers in numerical form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

netstat -o

A

-o Displays the owning process ID associated with each connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

netstat -p

A

-p proto Shows connections for the protocol specified by proto; proto
may be any of: TCP, UDP, TCPv6, or UDPv6. If used with the -s
option to display per-protocol statistics, proto may be any of:
IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

netstat -q

A

-q Displays all connections, listening ports, and bound
nonlistening TCP ports. Bound nonlistening ports may or may not
be associated with an active connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

netstat -r

A

-r Displays the routing table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

netstat -s

A

-s Displays per-protocol statistics. By default, statistics are
shown for IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, and UDPv6;
the -p option may be used to specify a subset of the default.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

netstat -t

A

-t Displays the current connection offload state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

netstat -x

A

-x Displays NetworkDirect connections, listeners, and shared
endpoints.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

netstat -y

A

-y Displays the TCP connection template for all connections.
Cannot be combined with the other options.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly