signal trap sigquit sigkill sigstop

  1. chakib

    Signals with trap

    Hello, I am preparing a small class for students on signals with trap. I understood the use of this principle with the example on signal 2 SIGINT: trap "echo hello" 2: which displays "hello" each time you press the shortcut ctrl + c. On the other hand, I have difficulty assimilating the use...
Top