This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: kill does not seem to work on Win98?


The problem is that the kill command you are executing is not the cygwin
kill command.
The kill command is the windows kill command.
Alter the order of your PATH variable to move the cygwin/bin directory
before the windows\command directory.

----- Original Message -----
From: "Christopher Faylor" <cygwin@cygwin.com>
To: "Gábor Lipták" <gliptak@hotmail.com>
Cc: <cygwin@cygwin.com>
Sent: Tuesday, July 24, 2001 4:14 AM
Subject: Re: kill does not seem to work on Win98?


> Please check out the project web page for links to available information
> and ports:  http://cygwin.com/ .
>
> If you don't see what you need there, then the cygwin mailing list is
> the best place to make observations or get questions answered.
> Information on the mailing list is available at the project web page.
>
> For your convenience, I've reset the Reply-To: address to point to the
> cygwin mailing list.
>
> *** I have also Cc'ed this reply there.  ***
>
> Also see: http://cygwin.com/ml/cygwin/2001-06/msg01349.html
>
> On Mon, Jul 23, 2001 at 11:06:02PM -0400, G?bor Lipt?k wrote:
> >I have seen some references to this in the mailing lists, maybe the
patches
> >did not make to the download yet?
> >
> >C:\>ps -W | grep IEXPLORE
> >   318515       0       0 4294648781    ?    0   Dec 31 C:\PROGRAM
> >FILES\INTERNE
> >T EXPLORER\IEXPLORE.EXE
> >
> >C:\>kill 318515
> >kill 318515: No such process
> >
> >C:\>kill 4294648781
> >kill 2147483647: No such process
> >
> >C:\>kill -f 318515
> >
> >C:\>kill -f 4294648781
> >
> >C:\>ps -W | grep IEXPLORE
> >   318515       0       0 4294648781    ?    0   Dec 31 C:\PROGRAM
> >FILES\INTERNE
> >T EXPLORER\IEXPLORE.EXE
> >
> >
> >I have cygwin package 1.3.2-1 installed on Win98.
> >
> >Please let me know if I should provide more details.
>
> --
> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]