Hi,
I want to kill the listener process, as i am not able to stop it.
When i do netstat i get follwoing info.

netstat -a| grep 1522

tcp 0 0 *:1522 *:* LISTEN


How to get the OS process ID, so that i can kill using Kill -9 command