How to List All Open/Listening Ports

How to List All Open/Listening Ports

 If you find yourself needing to check all open/listening ports that your server is using (a good idea for security), run the follow command via SSH:

# netstat -tulp

The command will print a list of all open ports, the programs using them, their PIDs, local addresses, and connection type (tcp/udp).


Was this article helpful?

mood_bad Dislike 1
mood Like 0
visibility Views: 1690