From owner-freebsd-questions@FreeBSD.ORG Sun Oct 24 13:11:28 2004 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 EC62316A4CE for ; Sun, 24 Oct 2004 13:11:28 +0000 (GMT) Received: from av7-1-sn1.fre.skanova.net (av7-1-sn1.fre.skanova.net [81.228.11.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF6A43D41 for ; Sun, 24 Oct 2004 13:11:28 +0000 (GMT) (envelope-from admin@swedehost.com) Received: by av7-1-sn1.fre.skanova.net (Postfix, from userid 502) id A596137F5A; Sun, 24 Oct 2004 15:11:27 +0200 (CEST) Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av7-1-sn1.fre.skanova.net (Postfix) with ESMTP id 96FDA37E51; Sun, 24 Oct 2004 15:11:27 +0200 (CEST) Received: from odin.swedehost.com (h171n2fls33o804.telia.com [217.209.211.171]) by smtp3-2-sn1.fre.skanova.net (Postfix) with ESMTP id 7660137E4F; Sun, 24 Oct 2004 15:11:27 +0200 (CEST) Received: from [192.168.0.10] (thor.swedehost.com [192.168.0.10]) (authenticated bits=0) by odin.swedehost.com (8.12.11/8.12.11) with ESMTP id i9ODBQL9001009; Sun, 24 Oct 2004 15:11:26 +0200 (CEST) (envelope-from admin@swedehost.com) Message-ID: <417BA9ED.5060901@swedehost.com> Date: Sun, 24 Oct 2004 15:11:09 +0200 From: Admin User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dick Hoogendijk References: <20041024120714.GA20545@pooh.nagual.st> In-Reply-To: <20041024120714.GA20545@pooh.nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.45 cc: freebsd-questions Subject: Re: ps and command args 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: Sun, 24 Oct 2004 13:11:29 -0000 Dick Hoogendijk wrote: >I used to be able to see the command arguments given with the program to >start with when I did a "ps -aux" I miss an option which makes the >program arguments visible but I can't find out which one it is.. > >With the new startup files for pure-ftpd in which the command_args >contain the arguments I wnat to make sure pure-ftpd startup with the >options that are defined! > >Please give me a hint.. > > > You might try ps -auxwww and not to forget " man ps " :-) Regards Hasse.