From owner-freebsd-questions@FreeBSD.ORG Sun Nov 11 07:04:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF4F216A417 for ; Sun, 11 Nov 2007 07:04:33 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.19.101.164]) by mx1.freebsd.org (Postfix) with ESMTP id CC84413C49D for ; Sun, 11 Nov 2007 07:04:33 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from localhost (localhost [127.0.0.1]) by mail.barafranca.com (Postfix) with ESMTP id F3889C382E; Sun, 11 Nov 2007 03:39:50 +0000 (UTC) Received: from mail.barafranca.com ([67.19.101.164]) by localhost (mail.barafranca.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18285-03; Sun, 11 Nov 2007 03:39:13 +0000 (UTC) Received: from nexus.bsdlan.org (a213-22-17-158.cpe.netcabo.pt [213.22.17.158]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTP id 1F354C3824; Sun, 11 Nov 2007 03:39:12 +0000 (UTC) Message-ID: <473678D1.30906@barafranca.com> Date: Sun, 11 Nov 2007 03:36:49 +0000 From: Hugo Silva User-Agent: Thunderbird 2.0.0.6 (X11/20070816) MIME-Version: 1.0 To: Chuck Robey , freebsd-questions@freebsd.org References: <4736669F.5010408@chuckr.org> In-Reply-To: <4736669F.5010408@chuckr.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at barafranca.com X-Spam-Status: No, score=0 tagged_above=-1 required=4 tests=[none] X-Spam-Score: 0 X-Spam-Level: Cc: Subject: Re: ps options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2007 07:04:34 -0000 Chuck Robey wrote: > I have spent all the time I can stand, going over the ps man page, but > I can't see any option to get a hierarchical listing. I mean, where > the listings are sorted to where parents come before children, and the > children get indentation, so you can see at a glance what's running > more easily. It's a standard thing on many OSes, and I was sorta > hoping it'd be available on FreeBSD. Maybe under a different name? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" See pstree (ports). Regards, Hugo