You can use traditional netstat / lsof command to lists open Internet or UNIX domain sockets on FreeBSD. FreeBSD comes with a simple and easy to use command called sockstat.
The -4 option only displays IPv4 sockets.
The -6 option only displays IPv6 sockets.
The -c option only displays connected sockets.
The -l option only displays listening [...]
{ 0 comments }
