Answers for "linux stop running script"

0

linux stop running script

ps
kill [pid]

// if the above does not work
kill -9 [pid]
Posted by: Guest on December-11-2020

Code answers related to "linux stop running script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language