Multiple choice technology operating systems

With what can you stop a process?

  1. kill

  2. delete

  3. shutdown

  4. stop

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

The 'kill' command terminates processes by sending signals (typically SIGTERM or SIGKILL). 'delete' is for files, 'shutdown' powers down the system, and 'stop' is not a standard Unix command for process control.