Aug 12, 2009 1
Hassle Free Way to Kill Sudo’d Jobs
Every now and then I have to run a foreground job under sudo that doesn’t want to die when I hit ^C. Then it’s a hassle to ^Z, get the pid of the sudo job, and sudo kill that pid.
So I wrote a little script (or a template for scripts) that runs the sudo job [...]
From The Peanut Gallery