220-802 · Question #811
A technician needs to create a new directory from a command line on a Windows XP machine. Which of the following commands should be used?
The correct answer is A. MD. MD stands for 'Make Directory' and is the correct command to create a new directory in Windows command prompt (e.g., MD C:\NewFolder). Its alias MKDIR also works. RD (C) stands for 'Remove Directory' and deletes an existing directory - the opposite of what is needed. CD (D)…
Question
A technician needs to create a new directory from a command line on a Windows XP machine. Which of the following commands should be used?
Options
- AMD
- BSFC
- CRD
- DCD
How the community answered
(31 responses)- A87% (27)
- B3% (1)
- C3% (1)
- D6% (2)
Explanation
MD stands for 'Make Directory' and is the correct command to create a new directory in Windows command prompt (e.g., MD C:\NewFolder). Its alias MKDIR also works. RD (C) stands for 'Remove Directory' and deletes an existing directory - the opposite of what is needed. CD (D) stands for 'Change Directory' and is used to navigate between existing directories, not create them. SFC (B) stands for 'System File Checker' and is a Windows utility that scans and repairs protected system files - completely unrelated to directory creation. MD is the precise command required.
Topics
Community Discussion
No community discussion yet for this question.