| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <ronald AT landheer DOT com> |
| X-X-Sender: | ronald AT localhost DOT localdomain |
| To: | =?euc-kr?B?wMy1v8DP?= <dilee AT lge DOT com> |
| cc: | cygwin AT cygwin DOT com |
| Subject: | Re: Can I kill the process forked by 'GNU make' in Cygwin? |
| In-Reply-To: | <OFF6ABD579.6186D2E0-ON49256CEE.000C7DC8-49256CEE.000C7F19@lge.com> |
| Message-ID: | <Pine.LNX.4.44.0303191303300.30155-100000@localhost.localdomain> |
| MIME-Version: | 1.0 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |