When I start a process in bash - which pid is correct - Windows Task Manager or ps -ef

Phil Betts Phil.Betts@ascribe.com
Thu Oct 11 08:41:00 GMT 2007


Brian Keener wrote on Wednesday, October 10, 2007 11:31 PM::

> I have an application that I have been trying to gather info on and it
> hangs but it seems finding the pid is difficult for attempting to
> attach to it.
> 

Use ps -el instead of -ef.  That lists the winpids too.

Phil

--
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/



More information about the Cygwin mailing list