nerdexam
CompTIA

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…

Hardware and network troubleshooting

Question

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

Options

  • AShutdown
  • BKill
  • CErase
  • DBreak

How the community answered

(61 responses)
  • A
    3% (2)
  • B
    89% (54)
  • C
    7% (4)
  • D
    2% (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

#kill command#process management#command line tools#OS commands

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice