1.

By default, kill uses the SIGTERM signal (15) to terminate the process.(a) True(b) FalseI got this question in homework.Enquiry is from Process Handling Commands in portion The Process of Unix

Answer»

Correct choice is (a) True

The explanation: UNIX often requires to COMMUNICATE the occurrence of events to process. This is done by sending a signal. The SIGTERM signal (15) is the default signal USED by the KILL COMMAND to TERMINATE processes.



Discussion

No Comment Found

Related InterviewSolutions