[TABS_R id=6660]
Which netstat command displays Ethernet statistics?
- netstat –a
- netstat –b
- netstat –f
- netstat –e
Explanation:
The netstat –e command displays Ethernet statistics. An example output is shown below:

The netstat –a command shows all connections and listening ports:


The netstat –b command displays the executable involved in creating the connection


The netstat –f command displays fully qualified domain names for foreign addresses.


[TABS_R id=6660]