micharg
Showing posts with label
port
.
Show all posts
Showing posts with label
port
.
Show all posts
Friday, 4 November 2011
how to kill process on port 8080
find process id which uses port 8080 with one of the following:
lsof -w -n -i tcp:8080 fuser -n tcp 8080 netstat -anp|grep :8080[[:blank:]]
and now kill it with
kill -9 processid
Older Posts
Home
Subscribe to:
Posts (Atom)