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: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Fri, 11 Jun 2004 11:55:53 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: kenneth DOT shaffer AT sciatl DOT com cc: cygwin AT cygwin DOT com Subject: Re: ps command showing unknown flags In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 On Fri, 11 Jun 2004, Shaffer, Kenneth wrote: > I recently ran the ps command and saw an unknown flag, "I", displayed in > column 1. There was no heading above it and the man page wasn't much > help. > > What does this mean? Where can I find documentation on perhaps other > flags? > -- > Ken Shaffer According to the "ps.cc" source (which, at the moment, seems to be the best documentation for the status column), 'I' means that the process is in a "waiting for TTY input" state. This will apply to all processes that are interactive but not currently active (i.e., foreground). An 'O' in the status column means that the process is in a "waiting to output to a TTY" state, which usually means trouble (TTY is busy, etc). The only other value for the status column is 'S', which stands for stopped (suspended) processes. Man page . Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/