Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2008 10:08:55 -0300
From:      Agus <agus.262@gmail.com>
To:        freebsd-questions <freebsd-questions@freebsd.org>,  "Jonathan Horne" <freebsd@dfwlp.com>
Subject:   Re: check processes started by inetd
Message-ID:  <fda61bb50801210508m414b358aw87516cc034906fc3@mail.gmail.com>
In-Reply-To: <20080120113049.Y8014@wonkity.com>
References:  <200801200947.13279.freebsd08@dfwlp.com> <20080120113049.Y8014@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2008/1/20, Warren Block <wblock@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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fda61bb50801210508m414b358aw87516cc034906fc3>