220-802 · Question #26
Which of the following command line tools will terminate a non-system process without restarting the computer?
The correct answer is B. Kill. The 'kill' command (used on Linux/Unix/macOS, and available via Task Manager equivalents on Windows as 'taskkill') sends a termination signal to a running process by its Process ID (PID), ending it immediately without requiring a reboot. 'Shutdown' (A) powers off or restarts…
Question
Options
- AShutdown
- BKill
- CErase
- DBreak
How the community answered
(61 responses)- A3% (2)
- B89% (54)
- C7% (4)
- D2% (1)
Explanation
The 'kill' command (used on Linux/Unix/macOS, and available via Task Manager equivalents on Windows as 'taskkill') sends a termination signal to a running process by its Process ID (PID), ending it immediately without requiring a reboot. 'Shutdown' (A) powers off or restarts the entire system. 'Erase' (C) is a command used to delete files, not terminate processes. 'Break' (D) is used to interrupt a currently executing batch or script operation in a terminal session but does not terminate independent processes.
Topics
Community Discussion
No community discussion yet for this question.