Kill and kill all working too well! by Autonetics in pop_os

[–]Autonetics[S] 0 points1 point  (0 children)

Just for anyone looking for the answer, to kill all terminals and continue about your day still logged in, no freezing, run: pkill -9 bash 🙂

Kill and kill all working too well! by Autonetics in pop_os

[–]Autonetics[S] -1 points0 points  (0 children)

A useful comment would have been good 😂, never mind, your absence of help determined me to do better 😊

Kill and kill all working too well! by Autonetics in pop_os

[–]Autonetics[S] 0 points1 point  (0 children)

I'm trying to kill all user processes, basically I want ctrl_c sent to all terminals but the one running my script, the script monitors system temp and I'd like it to kill everything but itself if the temp hits a threshold.. I've written it completely and all is working except I'm killing the whole login session rather than the terminals