Difference between revisions of "Netstat"
From Useful Things
(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...") |
(No difference)
|
Latest revision as of 23:21, 9 July 2014
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