From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 21:55:42 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B0A716A4CE for ; Tue, 1 Feb 2005 21:55:42 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85AAC43D3F for ; Tue, 1 Feb 2005 21:55:40 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id j11LteE2011180; Tue, 1 Feb 2005 13:55:40 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j11Ltc0P029116; Tue, 1 Feb 2005 13:55:39 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 1 Feb 2005 16:55:38 -0500 To: Gert Cuykens X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org Subject: Re: service and network comando X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 21:55:42 -0000 On Feb 1, 2005, at 4:23 PM, Gert Cuykens wrote: > How can you display all service d[ae]mons runnning on your system ? > And how can you display all conn[ec]tions to your system ? "ps aux", "netstat -a". Please make an effort to read the FreeBSD handbook, or consider using the freebsd-newbies mailing list for basic Unix questions... -- -Chuck