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