In Linux I usually use
#netstat -4nlp
In FreeBSD syntax is different, your should use something like this:
#netstat -atn | grep LISTEN
or
#sockstat -l
or
#sockstat -l
In Linux I usually use
In FreeBSD syntax is different, your should use something like this:
0 Comments.