2008/1/20, Warren Block <[EMAIL PROTECTED]>:
>
> 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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>


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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to