X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=uY
	YWqUaUd7izGkxWKhE3Ku7+bf15Boq0QKVAFS2YrCxbfWUMrK9xbMq1FQ7DwvuKZq
	YDAQZrndEDSx3S4cuGyw4GLvs/tOcTDr3Ar4J33nLtlcCDzU8IbZdFnYkMahpFRw
	BodFu8DpIjjpwSN0X30CBdE+crMcgXycBt06SYGdY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=Mr47kqP4
	G8vMsINMdnR3MSFfIb8=; b=uYu1We7fGdlDKQDPzIKjFMcB31fN1ZFXvxbAMpdG
	QjqQGOmZ2dBAlt2nKtS8j01OA80iBHzHYeqOqK74/7NpPJM/f0Livj/cqy7C8FsZ
	TC6wRikymbxDHekxE33f12awHO4BRG5knVAmIMiFNDmJBKF689KWezRfm41GL0Wr
	dwE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-pd0-f169.google.com
MIME-Version: 1.0
X-Received: by 10.66.121.200 with SMTP id lm8mr20587656pab.7.1391968259751; Sun, 09 Feb 2014 09:50:59 -0800 (PST)
In-Reply-To: <52F7B9A3.305@mail.com>
References: <52F796A3.5090400@mail.com>	<CAAXzdLVvh87N_y3KtVLCcwL4HKMBHS62zUKe6WAPShuR_2+u_g@mail.gmail.com>	<52F7B9A3.305@mail.com>
Date: Sun, 9 Feb 2014 11:50:59 -0600
Message-ID: <CAAXzdLVBhCaZmYQByUXF1fiR_gOLkrZAKtiT4mc5+TESRAPmrA@mail.gmail.com>
Subject: Re: PID & WINPID
From: Steven Penny <svnpenn@gmail.com>
To: Andrey Repin <cygwin@cygwin.com>
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes

On Sun, Feb 9, 2014 at 11:23 AM, Todd Poole wrote:
> $ ps -p myprogram

You cannot use "ps -p <random string>". As is clearly shown, "-p" is expecting
a process id, which is a number.

    -p, --process   show information for specified PID

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

