Linux Stop Running Script

[Solved] Linux Stop Running Script | Shell - Code Explorer | yomemimo.com
Question : linux stop running script

Answered by : lander-van-laer

ps
kill [pid]
// if the above does not work
kill -9 [pid]

Source : https://stackoverflow.com/a/11746131/13165967 | Last Update : Fri, 18 Dec 20

Answers related to linux stop running script

Code Explorer Popular Question For Shell