Answers for "how to see process running on port mac"

15

mac terminal find process by port

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

mac process on port

lsof -i tcp:3000
Posted by: Guest on December-16-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 "how to see process running on port mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language