[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to kill 120 jobs at once.



On Sat, Jan 21, 2012 at 7:34 PM, Clive Standbridge
<list-user@tgstandbridges.plus.com> wrote:
>> Hi,
>>
>> I think the jobs were hanged up there,
> [...]
>> before I could use the ps au | grep nvt | awk '{print $2} | sed
>> 's/^.*$/ kill -9 &/g' > kill.sh  and run kill.sh.
>>
>> now ps au does not show me this info any more.
> [...]
>>
>> what's the alternative choice,
>
>
> Hi Lina,
>
> You can install the procps package, then use
>
>   pkill nvt
>
> Like kill, pkill takes a signal number as an option, so more
> aggressively:
>
>   pkill -9 nvt
>
>
>
> --
> Cheers,
> Clive

Thanks for both of you.

I did not know the pkill was installed and there.

anyway, the job was killed one by one two hours ago.

Thanks again.


>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] 20120121113428.GA14517@rimmer.esmertec.com">http://lists.debian.org/[🔎] 20120121113428.GA14517@rimmer.esmertec.com
>


Reply to: