Multiple choice technology operating systems

With what can you stop a process?

  1. stop

  2. kill

  3. delete

  4. shupdown

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

In Linux/Unix systems, the kill command is used to stop or terminate processes. You typically use kill followed by the process ID (PID) or killall followed by the process name. The stop command is not standard for stopping individual processes, delete doesn't apply to processes, and shupdown appears to be a typo.