Date: Sun, 20 Jan 2008 11:35:25 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Jonathan Horne <freebsd08@dfwlp.com> Cc: freebsd-questions@freebsd.org Subject: Re: check processes started by inetd Message-ID: <20080120113049.Y8014@wonkity.com> In-Reply-To: <200801200947.13279.freebsd08@dfwlp.com> References: <200801200947.13279.freebsd08@dfwlp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080120113049.Y8014>