Answers for "how to kill applications running in port ubuntu"

34

kill port ubuntu

sudo kill -9 `sudo lsof -t -i:9001`
Posted by: Guest on May-03-2020
0

kill running port in ubuntu using procees id

sudo kill -9 `sudo lsof -t -i:1907`
#process_id:1907
Posted by: Guest on June-30-2021

Code answers related to "how to kill applications running in port ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language