From owner-freebsd-questions Tue Jan 30 13:56:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA03447 for questions-outgoing; Tue, 30 Jan 1996 13:56:03 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA03275 for ; Tue, 30 Jan 1996 13:53:14 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id WAA27715; Tue, 30 Jan 1996 22:36:55 +0100 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id VAA00354; Tue, 30 Jan 1996 21:03:54 +0100 Date: Tue, 30 Jan 1996 21:03:54 +0100 From: Wolfram Schneider Message-Id: <199601302003.VAA00354@localhost> To: Weston Ruch <103350.3250@compuserve.com> Cc: INTERNET Subject: Process Table entries In-Reply-To: <960123030316_103350.3250_JHL68-1@CompuServe.COM> References: <960123030316_103350.3250_JHL68-1@CompuServe.COM> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@freebsd.org Precedence: bulk Weston Ruch writes: >Can anyone tell me the definitions of the fields in the files > /proc/"pid"/status ? sys/miscfs/procfs/procfs_status.c: /* comm pid ppid pgid sid maj,min ctty,sldr start ut st wmsg uid groups ... */ Wolfram