Answers for "find process used by port in mac"

15

mac terminal find process by port

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

mac find application using port

sudo lsof -nP -iTCP:<YOUR PORT> | grep LISTEN
Posted by: Guest on September-08-2021

Code answers related to "find process used by port in mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language