Check PID using following command
lsof -i tcp:<port>
Then kill the process that runs on port
kill -9 <PID>
No comments:
Post a Comment