Linux прекратить запуск скрипта
ps
kill [pid]
// if the above does not work
kill -9 [pid]
Lander Van laer
ps
kill [pid]
// if the above does not work
kill -9 [pid]