Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: localhost.localdomain: ronald owned process doing -bs Date: Wed, 26 Feb 2003 12:59:05 +0100 (CET) From: Ronald Landheer-Cieslak X-X-Sender: ronald AT localhost DOT localdomain To: jurgen DOT defurne AT philips DOT com cc: cygwin AT cygwin DOT com Subject: Re: Process states in cygwin ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII "Use the Source, Duke!" if (p->process_state & PID_STOPPED) status = 'S'; else if (p->process_state & PID_TTYIN) status = 'I'; else if (p->process_state & PID_TTYOU) status = 'O'; i.e.: S is stopped, I is input, O is output. (I should say, though, that the last time I answered this questions I looked at the source cross-eyed.. but cgf corrected me :) rlc On Wed, 26 Feb 2003 jurgen DOT defurne AT philips DOT com wrote: > Hello, > > Can anybody tell me what the meaning is of the process states > 'O' and 'I' when I do ps in a shell ? > > Jurgen > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/