:: Re: [DNG] How to test the backend o…
Top Page
Delete this message
Reply to this message
Author: Antoine
Date:  
To: dng
Subject: Re: [DNG] How to test the backend of simple-netaid
On Wednesday, 20th of March at 10:22, KatolaZ wrote:
>On Wed, Mar 20, 2019 at 09:16:17AM +0100, Dr. Nikolaus Klepp wrote:
>
>[cut]
>
>> >
>> >
>> > Maybe something like:
>> >
>> > $ kill -9 $(pidof wpa_supplicant)
>> >
>> > is easier to use ;) pidof(8) is still there.
>> >
>> > My2Cents
>> >
>> > KatolaZ
>> >
>>
>> killall -9 wpa_supplicant
>>
>> ;-)
>
>Sure. The main difference is that killall is in psmisc, which is
>"Priority: optional", while pidof is in sysvinit-utils, which is
>"Priority: required" in Devuan ;)
>
>HND
>
>KatolaZ


I mostly just use "pkill" (from the procps package). It seems there are many
tools to kill unwanted processes... :^)

- Antoine

--
Two things are infinite: the universe and human stupidity.
...though we're not entirely sure about the universe.