Below are netstat to check the application which is listening to particular port :It will display in below format:
Format:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
Example:
nestat -anp | grep 3298
![netstat1.jpg]()
Example:
netstat -anp | grep 3300
![netstat2.jpg]()
Example:
nestat -anp | grep 3200
![netstat3.jpg]()