220-802 · Question #252
220-802 Question #252: Real Exam Question with Answer & Explanation
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 us
Question
Options
- AERASE
- BKILL
- CSHUTDOWN
- DDEL
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.
Community Discussion
No community discussion yet for this question.