Q. How do I know which ports are currently in use?
A. Run the following from the terminal window:
sudo lsof -i -P | grep -i "listen"
monkey love coldfusion
Q. How do I know which ports are currently in use?
A. Run the following from the terminal window:
sudo lsof -i -P | grep -i "listen"