X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-10.2 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4FA3C77B.2040901@redhat.com> Date: Fri, 04 May 2012 06:11:39 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120424 Thunderbird/12.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Question about kill References: <4FA3CA9D DOT 3040408 AT cfl DOT rr DOT com> <4FA3C2C5 DOT 7020306 AT gmail DOT com> In-Reply-To: <4FA3C2C5.7020306@gmail.com> OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigCB942082153EBF0642DC2726" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 --------------enigCB942082153EBF0642DC2726 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/04/2012 05:51 AM, marco atzeri wrote: >=20 > Usually > kill -9 your_program_name >=20 > works very well Usually 'kill -9 your_program' is overkill; it forcefully terminates the program with SIGKILL, which means the program has no chance to clean up after itself, and can leave your file system in a mess for the next time you attempt to run the program. You should reserve this for a last-ditch effort, only after the nicer 'kill your_program' (SIGTERM) or 'kill -s INT' (SIGINT) both result in no action. --=20 Eric Blake eblake AT redhat DOT com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigCB942082153EBF0642DC2726 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPo8d7AAoJEKeha0olJ0NqZckH/2JUmAW/2dCjdCf/B67POqVJ py3YJvmhl0X0estoe9l+2oiv/GV6M6Wiv3G/y9gtguNRmJ5OTTMqCtP9LhZItWKQ HpPcVw03E+xUeV++qOFjJijgw+jaIZsNnkzuBr5pWGerdCUPF3RjaMWxZl4zEL1F oGQiAw701L/fSkI4IRtGZaiykTiSbp2ad7rGRINBwzElySIhQZyTV2JqwQtHyaF7 eMLxKNdTqlnUR8s7HifUSIXeakb2QZxSk6lBQHaG6OjtvoDhUVYOVU2z2xskPv0U NCCCOdvftLjqgrCatQI9MzsQ9UwQoYMI9P52ArgHxGvsOcWFbdFg59+zoIKbFok= =jAUW -----END PGP SIGNATURE----- --------------enigCB942082153EBF0642DC2726--