On Tue, Mar 19, 2019 at 11:41:16PM +0100, aitor_czr wrote:
[cut]
>
> fsmithred wrote the following command in d1g time ago:
>
> |kill $(ps -e |grep wpa |grep -oP '\d{3,}')
> https://dev1galaxy.org/viewtopic.php?id=2158 Aitor. |
>
Maybe something like:
$ kill -9 $(pidof wpa_supplicant)
is easier to use ;) pidof(8) is still there.
My2Cents
KatolaZ
--
[ ~.,_ Enzo Nicosia aka KatolaZ - Devuan -- Freaknet Medialab ]
[ "+. katolaz [at] freaknet.org --- katolaz [at] yahoo.it ]
[ @) http://kalos.mine.nu --- Devuan GNU + Linux User ]
[ @@) http://maths.qmul.ac.uk/~vnicosia -- GPG: 0B5F062F ]
[ (@@@) Twitter: @KatolaZ - skype: katolaz -- github: KatolaZ ]