Answers for "terminate any process that is using the port number to communicate"

0

terminate any process that is using the port number to communicate

kill $(lsof -t -i:"Port Number")
Posted by: Guest on March-15-2022

Code answers related to "terminate any process that is using the port number to communicate"

Browse Popular Code Answers by Language