Use command to check what process listen which port on Freebsd
sockstat -4
and use, if you want to filter detailed data
sockstat -4 | grep 80
Usage sockstat command:
Usage: sockstat [-46clu] [-p ports] [-P protocols]
More development notices …
Use command to check what process listen which port on Freebsd
sockstat -4
and use, if you want to filter detailed data
sockstat -4 | grep 80
Usage sockstat command:
Usage: sockstat [-46clu] [-p ports] [-P protocols]