why pkill is not killing the command python blink_led.py&

934 Views Asked by At

I run a command :

python blink_led.py &

Then I try to kill it with pkill

pkill blink_led.py

But it doesn't work

Even after checking man page, I don't understand how pkill works

0

There are 0 best solutions below