Answers for "command what port in use mac"

2

port finding in macos

$ lsof -nP -iTCP -sTCP:LISTEN | grep 8000
Posted by: Guest on March-13-2021
1

release a port in mac

sudo lsof -i :<port>
Posted by: Guest on August-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language