Answers for "how to kill local server in ubuntu by command"

0

how to kill local server in ubuntu by command

kill -INT $(lsof -t -i :yourPortNumber)
Posted by: Guest on April-24-2021

Code answers related to "how to kill local server in ubuntu by command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language