I'm unable to kill Script2Kill.sh using "pkill Script." Using jobs I see: [1]+ Running ./Script2Kill.sh & I can kill the script with "kill %1" but "pkill Script" has no effect. I've tried several combinations, but if I understand correctly, pkill and part of the name string should work. Can others use pkill successfully?