InterviewSolution
Saved Bookmarks
| 1. |
Which signal is used with kill command to terminate the process when they ignore the SIGTERM signal (15)?(a) SIGTERM (16)(b) SIGTERM(0)(c) SIGKILL(9)(d) -dThe question was asked in a national level competition.Question is from Process Handling Commands topic in division The Process of Unix |
|
Answer» The correct answer is (c) SIGKILL(9) |
|