Moderate

Which command is used to terminate a process ?

Correct answer: D. kill

  • A. shutdown
  • B. haltsys
  • C. cancel
  • D. kill

Explanation

The `kill` command sends a signal to a process, including the termination signal. `shutdown` powers down the system, while the other options are not the standard Unix process-termination command.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions