how to stop a running shell script in unix code example Example: linux stop running script ps kill [pid] // if the above does not work kill -9 [pid]