https://quizack.com/system-programming/mcq/what-does-the-following-command-do-to-the-process-with-pid-12345
What does the following command do to the process with pid 12345?
"kill -9 12345".
It sends the INT signal causing the process to be interrupted.
It sends the STOP signal causing the process to be stopped.
It sends the KILL signal causing the process to be killed.
It sends the HUP singal causing the process to hangup.
Answer:
It sends the KILL signal causing the process to be killed.
Note: This Question is unanswered, help us to find answer for this one
More System Programming MCQ Questions