use command lsof
lsof -i tcp:9527
will give you the list of processes using tcp port 9527.
Alternatively,
sudo netstat -nlp
will give you all open network connections.
Read full article from Finding the process that is using a certain port in Linux: lsof and netstat – Sigmainfy – Technical blog to learn, share and to inspire
No comments:
Post a Comment