220-802 · Question #252
Which of the following commands may be used on a computer, running Windows 7, to stop a single process from the command line?
The correct answer is B. KILL. The KILL command (or more specifically TASKKILL in Windows) is used to terminate a running process from the command line. In Windows environments, 'TASKKILL /PID <process_id>' or 'TASKKILL /IM <process_name>' stops a specific process without affecting others. ERASE and DEL are…
Question
Which of the following commands may be used on a computer, running Windows 7, to stop a single process from the command line?
Options
- AERASE
- BKILL
- CSHUTDOWN
- DDEL
How the community answered
(19 responses)- B95% (18)
- D5% (1)
Explanation
The KILL command (or more specifically TASKKILL in Windows) is used to terminate a running process from the command line. In Windows environments, 'TASKKILL /PID <process_id>' or 'TASKKILL /IM <process_name>' stops a specific process without affecting others. ERASE and DEL are used to delete files, and SHUTDOWN shuts down the entire operating system - not a single process.
Topics
Community Discussion
No community discussion yet for this question.