(Technical) Whimsical Writings of the Web

Finding out all processes associated with open sockets

Normally I’ve only used the 'netstat' command to find out what are the sockets opened in the operating system by using '-a' flag, but the new thing I’ve discovered recently is that netstat even allows me to track the processes that are opening them, via the '-p' flag.

Page 15 of 15