[CentOS] how to stop yum when networkmanager has broken resolv.conf?

Fri Feb 20 23:19:21 UTC 2015
Stephen Harris <lists at spuddy.org>

On Fri, Feb 20, 2015 at 04:13:13PM -0700, Chris Stone wrote:
> try CTRL-Z to put that running process in your shell to sleep, then:
> 
> bg 1

You're missing a % there

> killall -TERM yum

Or just "control-Z" and then 'kill -9 %1'

You don't need to background the job and then kill every process matching
a name.

-- 

rgds
Stephen