From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 22:21:43 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 CFA9816A4CE for ; Tue, 1 Feb 2005 22:21:43 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E0E543D2F for ; Tue, 1 Feb 2005 22:21:43 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j11MLhes025920; Tue, 1 Feb 2005 14:21:43 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j11MLfoY026607; Tue, 1 Feb 2005 14:21:42 -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 17:21:41 -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 22:21:43 -0000 On Feb 1, 2005, at 5:14 PM, Gert Cuykens wrote: > one more list to add in my collection : ) > > ps how do you start stop the sshd daemon ? Carefully, at least if you are doing so remotely rather than on the console: kill `cat /var/run/sshd.pid` > and how do you specify all network daemons from the ps aux list ? Look at the processes without a terminal (TT field == "??"). -- -Chuck