For detached jobs in console you can also try :
   kill %1 or kill %2 (soft kill for hell or hello)
   kill -9 %1 or kill -9 %2 (hard kill for non responding jobs)

Pierre Brochard

----- Forwarded message from "David R. Britton" <[email protected]> -----

Date: Fri, 13 Feb 2009 21:36:08 -0500
From: "David R. Britton" <[email protected]>
To: [email protected]
Cc: uwin users <[email protected]>
Subject: Re: [uwin-users] killing jobs

try "man kill"
or
kill pid     # nice try :-)
kill -9 pid   #mean try.



michael lindenmeyer wrote:
>Back at Bell Labs, runninb UNIX, I occasionally had to kill jobs in 
>process, using KILL. Now, I am somewhat confused as to what the proper 
>syntax is, and I am stuck with the following two jobs, hello, and hell 
>(no swearing, just a modified 'hello;). Can an expert provide me with 
>the proper KILL syntax for killing these jobs. I do remember that the 
>number 9 may have been used, as it appears to be a 'KILL' instruct.
> 
>Thanks.
>-------
>/home/tfilm.213:jobs
>[2] +  Running                 hello
>[1] -  Running                 hell
>-------
>Doesn't KILL alsu make use of the (bracketed) job number, i.e. [2] and 
>[1[?
>090213.1743
>
>------------------------------------------------------------------------
>
>_______________________________________________
>uwin-users mailing list
>[email protected]
>https://mailman.research.att.com/mailman/listinfo/uwin-users
>  

-- 
David Britton
WebSpun, Inc
248.505.1450

_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users

----- End forwarded message -----

-- 
,----------------------------------------------------------------------.
|         Pierre Brochard        | e-mail : [email protected]     |
|----------------------------------------------------------------------|
| PGP fingerprint : C87C 803E 62C0 AEC4 AD34  FA1B 2073 803C 8BA0 ED4E |
`----------------------------------------------------------------------'
_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users

Reply via email to