Ports: Revision history

From KlavoWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 May 2008

  • curprev 04:5104:51, 2 May 2008David talk contribs 1,275 bytes +1,275 New page: The following command will list TCP port 80 connections. <pre> lsof -i tcp:80 </pre> The following command will list all IP connections. <pre> netstat -aon </pre> For list of ports regi...