From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 13:34:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E0B716A473 for ; Mon, 21 Jan 2008 13:34:14 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.freebsd.org (Postfix) with ESMTP id BE3DA13C469 for ; Mon, 21 Jan 2008 13:34:13 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1008194wxd.7 for ; Mon, 21 Jan 2008 05:34:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=uHa5kHyiHGSv0jKrf3mlgSswBX5VfF50FLjmwlJbnQc=; b=v492A8KVvy0nxBsMY5cHNbR/D4oavlD9GVhuDD8SE7P5ukeW8UhHIr0NhG/4Lv3+s5P3RsqUKvjKamplHQ141RjMYKecLY5zm7ICraHT/YoVyVYAgso4zOBqHY6TiKuje9enG1rnlg/1I9V3VGrc9/56LZ/o9H8eITEATkLZelg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=c45gAsOYzFcWGIIYCcZ1JkeONEE9ymZ6LrIoJ6XXq8GN8smQZImpcIdT5LZvrgqBcdnD35oEt7sozL9TKntWeQgB7s3TAr5BF49I683aIYSb5zXfpt1mVGXbfM9uudnnCoJzjHBBQubfTIz6Zj0/XJw2FMaLYa2ygOHiqsKz+U8= Received: by 10.151.12.1 with SMTP id p1mr2301550ybi.83.1200920935677; Mon, 21 Jan 2008 05:08:55 -0800 (PST) Received: by 10.35.109.18 with HTTP; Mon, 21 Jan 2008 05:08:55 -0800 (PST) Message-ID: Date: Mon, 21 Jan 2008 10:08:55 -0300 From: Agus To: freebsd-questions , "Jonathan Horne" In-Reply-To: <20080120113049.Y8014@wonkity.com> MIME-Version: 1.0 References: <200801200947.13279.freebsd08@dfwlp.com> <20080120113049.Y8014@wonkity.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: check processes started by inetd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 13:34:14 -0000 2008/1/20, Warren Block : > > 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