Answers for "how can tell what is using port 80 mac"

1

how to port number of 8080 in macos

$ lsof -i :8080 | grep LISTEN

java    42975 mkyong   57u  IPv6 0xf10ca37d995a077f      0t0  TCP *:http-alt (LISTEN)
Posted by: Guest on June-19-2020
3

running ports in mac

sudo lsof -PiTCP -sTCP:LISTEN
Posted by: Guest on October-22-2020

Code answers related to "how can tell what is using port 80 mac"

Browse Popular Code Answers by Language