From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 22:14:34 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 D1AB816A4CF for ; Tue, 1 Feb 2005 22:14:34 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6050243D49 for ; Tue, 1 Feb 2005 22:14:32 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so1035486rne for ; Tue, 01 Feb 2005 14:14:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=mli26UYsR4WiqPGAfyaJCa6Fy4aOl3SUegdwAcvcslcytS1cPQUFb6Wby5nqn1SFvVH0dbCejT61NCPCygY7wBwzxe/2/YxLCv19XbIlTH6MVmtKwf4r5fOn1vezyglyec5bBIcJ7j8jW4qFa/jd3BtbIiMIiO2n3qxKVP3Fi5M= Received: by 10.38.153.43 with SMTP id a43mr216320rne; Tue, 01 Feb 2005 14:14:31 -0800 (PST) Received: by 10.38.74.23 with HTTP; Tue, 1 Feb 2005 14:14:31 -0800 (PST) Message-ID: Date: Tue, 1 Feb 2005 23:14:31 +0100 From: Gert Cuykens To: Charles Swiger In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: 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 Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 22:14:34 -0000 On Tue, 1 Feb 2005 16:55:38 -0500, Charles Swiger wrote: > 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 > one more list to add in my collection : ) ps how do you start stop the sshd daemon ? and how do you specify all network daemons from the ps aux list ?