nerdexam
Exams220-802Questions#26
CompTIA

220-802 · Question #26

220-802 Question #26: Real Exam Question with Answer & Explanation

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 the

Question

Which of the following command line tools will terminate a non-system process without restarting the computer?

Options

  • AShutdown
  • BKill
  • CErase
  • DBreak

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.

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice