check processes started by inetd

Agus agus.262 at gmail.com
Mon Jan 21 05:34:14 PST 2008


2008/1/20, Warren Block <wblock at wonkity.com>:
>
> On Sun, 20 Jan 2008, Jonathan Horne wrote:
>
> > how can i check to see the processes that have been started by inetd?  i
> mean
> > other than reading the inetd.conf file... but something like top or
> something
> > that shows me the processes that are actually running?
>
> Kind of depends on what you're looking for, but ps ax, or enable inetd
> logging, or maybe sockstat.  If you're new to FreeBSD, remember that
> inetd isn't enabled by default, and a lot of the daemons it's used to
> start on other systems can be run on their own.
>
> -Warren Block * Rapid City, South Dakota USA
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>


Try netstat. That way you will see which ports are listenning...Acording to
that you will see if inetd is actually running..And as Warren says, it is
disabled by default....

Cheers,
Brahama


More information about the freebsd-questions mailing list