Answers for "mac check which process is using port"

15

mac terminal find process by port

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

find which process is using port mac

sudo lsof -i tcp:3001
Posted by: Guest on June-22-2021

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language