186k views
2 votes
What netstat command option lists only current connections, including ip addresses and port numbers?

User Otmezger
by
7.9k points

1 Answer

3 votes
nertstat is a command-line tool that displays TCP/IP protocol statistics and active connections to and from your computer. It diisplays the contents of various network-related data structures for active connections.
The command option netstat -n lists only current connections, including ip addresses and port numbers.
User Feb
by
8.7k points