1.

Which command is used for premature termination of a process?(a) signal(b) nice(c) kill(d) nohupThe question was asked by my college director while I was bunking the class.The origin of the question is Process Handling Commands in division The Process of Unix

Answer»

Correct option is (C) kill

The best explanation: The kill command is used for premature termination of a PROCESS. It usually SENDS a signal with the intention of killing one or more processes. kill is an INTERNAL command in most shells. Kill command USES one or more PID’s as its arguments. For example,



Discussion

No Comment Found

Related InterviewSolutions