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