Answers for "how to check which application is in use port 8080 in mac"

15

mac terminal find process by port

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

Code answers related to "how to check which application is in use port 8080 in mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language