Sunday, January 26, 2014

Ubuntu 12.04 - Find and kill a process that is using a particular port

- sudo netstat -lpn | grep :9083

tcp        0      0 0.0.0.0:9083            0.0.0.0:*               LISTEN      8950/java

- sudo kill 8950

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.