From owner-freebsd-questions@FreeBSD.ORG Mon Nov 1 23:45:13 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 BE63916A4CE for ; Mon, 1 Nov 2004 23:45:13 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A69243D1F for ; Mon, 1 Nov 2004 23:45:13 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by rproxy.gmail.com with SMTP id 74so191363rnk for ; Mon, 01 Nov 2004 15:45:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=uR3pWo6qA7uxwDJA/8SBXbzGbmaYZMECEA29dme7eXRqY+nvSVxCQDOy86oA6rYZfGvn4vDk7PR7dp7wCurK9LlQcVWZm8iU2ZB63VtT+P7/c7yQCJkT9COnpx3JfxbrlLPp2PABS/KVYGxP6n0EfQ5Uh/YY9yBHsxF6p5gPuKo= Received: by 10.38.149.64 with SMTP id w64mr658785rnd; Mon, 01 Nov 2004 15:45:10 -0800 (PST) Received: by 10.38.208.66 with HTTP; Mon, 1 Nov 2004 15:45:10 -0800 (PST) Message-ID: <9395922d0411011545170e2ad6@mail.gmail.com> Date: Mon, 1 Nov 2004 23:45:10 +0000 From: David Jenkins To: Hugo Silva In-Reply-To: <55762.81.84.174.68.1099340221.squirrel@81.84.174.68> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <55762.81.84.174.68.1099340221.squirrel@81.84.174.68> cc: freebsd-questions@freebsd.org Subject: Re: Process states? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Jenkins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 23:45:13 -0000 On Mon, 1 Nov 2004 20:17:01 -0000 (GMT), Hugo Silva wrote: > Hi, > > I'd like to know where I could get a complete list of the possible process > states shown in ps , and their meanings ? A good starting point is $ man ps You could also try: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics-processes.html Hope that helps, David