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
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