Linux

From KeegansWiki
Revision as of 13:02, 1 September 2010 by Keegan (talk | contribs) (Created page with '==Finding what process is bound to a port== netstat -tlnp | grep 8080 last column is the pid.')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Finding what process is bound to a port

netstat -tlnp | grep 8080

last column is the pid.