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

Reply via email to