DevReview.net

More development notices …

Archive for the ‘sockstats’ tag

How to check what ports are used by processes on Freebsd

leave a comment

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]

Read the rest of this entry »

Written by admin

March 4th, 2010 at 9:40 pm

Posted in freebsd

Tagged with , , ,