1.

Kill -l will list all the signal numbers on our machine.(a) True(b) FalseI had been asked this question during an interview.Asked question is from Process Handling Commands topic in chapter The Process of Unix

Answer»

Correct answer is (a) True

Explanation: To view the list of all SIGNAL names and numbers that are AVAILABLE on our machine, we have to USE the -L option with kill command or view the file /usr/include/sys/signal.h



Discussion

No Comment Found

Related InterviewSolutions