Just killing yum

this is just a note to myself always forget how to kill yum when an
install is not complete
checkout the pid using this command
ps aux | grep yum
kill use signal 9
or use top and kill with signal 9
http://meinit.nl/the-3-most-important-kill-signals-on-the-linux-unix-command-line
http://www.basicconfig.com/linux-commands/linux-kill-command-tutorial

No comments: