With what can you stop a process?
-
kill
-
delete
-
shutdown
-
stop
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.