Actions

Netstat: Difference between revisions

From Jedisaber Wiki

Created page with "Netstat (short for: NETwork STATistics) provides information about your network configuration and activity. <code>netstat -lnp</code> - See what programs are listening on wh..."
 
(No difference)

Latest revision as of 18:48, 20 January 2017

Netstat (short for: NETwork STATistics) provides information about your network configuration and activity.


netstat -lnp - See what programs are listening on what ports


References

  1. netstat man page
  2. open maniak netstat tutorial