Using sockstat to look at open ports in FreeBSD
If you need to know what ports are open and listening on your FreeBSD servers, you can use a few commands. Netstat -An used to me my goto command for pulling up a list of ports that are listening but […]