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, 19 Mar 2003 13:10:23 +0100 (CET) From: Ronald Landheer-Cieslak X-X-Sender: ronald AT localhost DOT localdomain To: =?euc-kr?B?wMy1v8DP?= cc: cygwin AT cygwin DOT com Subject: Re: Can I kill the process forked by 'GNU make' in Cygwin? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT You can use ``ps'' to find out the PID and ``kill'' to kill it. For example: if I want to kill my Mozilla browser (for some reason): $ ps -W | grep ozilla 68 0 0 68 ? 0 12:35:00 ... $ /bin/kill --force -9 68 Note that I use /bin/kill because "kill" is a built-in command in Bash and I don't want to use that one. HTH rlc On Wed, 19 Mar 2003, [euc-kr] À̵¿ÀÏ wrote: > I made a makefile invoking other process(Windows application) and the > invoked > process runs long. I tried to suspend the 'make' process and kill all > processes. > I could kill only 'make' process but invoked process. > > How can I kill the invoked process by 'make' in Cygwin bash shell on > Windows98? > > Regards, > > - David > -------------------------------------------------------------- > David Lee (Dong-Il Lee in Korean) > Research Engineer, LG Electronics Inc. > E-mail: dilee AT lge DOT com > URL : http://www.lge.com/ > TEL. : +82-2-2102-0021 > FAX : +82-2-2102-0130 > -------------------------------------------------------------- > > > > -- > 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/