From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 10:18:03 2003 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 9E95F37B401 for ; Tue, 8 Jul 2003 10:18:03 -0700 (PDT) Received: from blacklamb.mykitchentable.net (65-37-69-83.bras01.elk.ca.frontiernet.net [65.37.69.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DB043F75 for ; Tue, 8 Jul 2003 10:18:02 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 3F6A13BF432; Tue, 8 Jul 2003 10:18:02 -0700 (PDT) Message-ID: <00f701c34574$e3147f00$6e2a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: , "FreeBSD Questions" References: <20030708160029.GB91154@catflap.home.slightlystrange.org><00bf01c3456b$91e447e0$6e2a6ba5@lc.ca.gov> <20030708165236.GD91154@catflap.home.slightlystrange.org> Date: Tue, 8 Jul 2003 10:18:01 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Can I Set Process Name? 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, 08 Jul 2003 17:18:03 -0000 ----- Original Message ----- From: "Daniel Bye" To: "FreeBSD Questions" Sent: Tuesday, July 08, 2003 9:52 AM > On Tue, Jul 08, 2003 at 09:11:20AM -0700, Drew Tomlinson wrote: > > Thanks for the tutorial. I'm going to drop this as it's not that > > important. I can always figure out which one is webmin as it is > > listening on port 10000 and I can see it in the sockstat output. I > just > > thought if I could change the name listed in ps, then I wouldn't have > to > > take the extra step to identify it. > > Know what you mean ;-) > > Try using the `w' flag to ps: > > ps axfrww | grep webmin > > That should do it. Yes, that works! Thanks. In reading the ps man page to learn what those options are, I see there's LOTS of info to get from the ps command. Drew