Answers for "find whats running on a port macos"

2

port finding in macos

$ lsof -nP -iTCP -sTCP:LISTEN | grep 8000
Posted by: Guest on March-13-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 whats running on a port macos"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language