Netstat

From Useful Things
Revision as of 23:21, 9 July 2014 by Milosivanovic (talk | contribs) (Created page with "= Common arguments = <code>-t</code> include tcp<br /> <code>-u</code> include udp<br /> <code>-l</code> show only listening sockets<br /> <code>-p</code> show PID and program...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Common arguments

-t include tcp
-u include udp
-l show only listening sockets
-p show PID and program name
-n show numeric addresses

Who is listening on what port?

netstat -tulpn