Answers for "mac check which app is using port"

15

mac terminal find process by port

sudo lsof -i tcp:3000
Posted by: Guest on April-08-2020
5

killing a port mac

sudo lsof -i :3000
Posted by: Guest on April-29-2020

Code answers related to "mac check which app is using port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language