Multiple choice technology operating systems

Using which command you can stop a process?

  1. stop

  2. kill

  3. delete

  4. sleep

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The kill command sends signals (typically SIGTERM or SIGKILL) to terminate processes using their PID. stop, delete, and sleep are not standard Unix process termination commands.