Answers for "mac check what is running on port"

15

mac terminal find process by port

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

what's running on port mac

lsof -i tcp:3000
Posted by: Guest on December-16-2020
3

running ports in mac

sudo lsof -PiTCP -sTCP:LISTEN
Posted by: Guest on October-22-2020

Code answers related to "mac check what is running on port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language