What is using a specific port (Network)

Post date: May 4, 2016 10:10:04 PM

Question! How to show what is using a specific port (Network).

Answer! Open up a console or terminal then type the following command :

sudo netstat -tunap|grep 23

Note! Replace "23" by the port you want.