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]
Other format: [Raw text]

Re: Problem Killing


On Tue, Dec 04, 2001 at 06:19:59PM -0800, Nasser Iranikhah wrote:
>I am trying to kill a batch file using "kill -f -9 <PID>" where PID is
>located by doing "ps -W", I get the following error:
>bash: kill: bad signal spec 'f'

kill is a bash built-in.  The kill.exe program that is documented in the
user's guide is a program.  To use the program you'll have to type something
like '/bin/kill -f pid'.

cgf

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