Shell/Bash: list used ports on mac Example
Shell/Bash Example: This is the "list used ports on mac" Example. compiled from many sources on the internet by SimpleTutorials.org
list used ports on mac
sudo lsof -PiTCP -sTCP:LISTEN COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME GitHub 850 grgarside 6u IPv4 0x23c345381d089301 0t0 TCP localhost:25035 (LISTEN)
* Summary: This "list used ports on mac" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!