Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to kill port in ubuntu

//killing localhost port

//search the port to see its id
lsof -i tcp:3000

//kill the port by its PID number
kill -9 PID
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #kill #port #ubuntu
ADD COMMENT
Topic
Name
7+2 =