Answers for "find application running on port mac"

1

mac find application using port

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

find which process is using port mac

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

Code answers related to "find application running on port mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language