Signal (Coding)

1234567891011
Across
  1. 2. specified by pid
  2. 6. default action (process termination)
  3. 7. gives the time in seconds to the alarm; arguments
  4. 9. to ignore the signal
  5. 10. return value successful for sigaction() is 0( true or false )
  6. 11. is used to return information about the action previously
Down
  1. 1. ____ function sends the signal signo to the process or process
  2. 3. ____() is used to terminate process or to put them on hold
  3. 4. determine process ID; arguments
  4. 5. with this symbol.
  5. 8. one of the type of signal used as signo in function kill()
  6. 9. #include <____.h> for kill() function