News

$ trap "echo no, I would rather not" 2 $ kill -2 $$ no, I would rather not In this example, we are tying a different action to signal 2 and then sending that signal to the process associated with ...