CompTIA A+ Core 2 (220-1102) — Question 414
A technician is creating a location on a Windows workstation for a customer to store meeting minutes. Which of the following commands should the technician use?
Answer options
- A. c:\minutes
- B. dir
- C. rmdir
- D. md
Correct answer: D
Explanation
The correct answer is D, as 'md' (make directory) is the command used to create a new directory in Windows. Option A is just a path, while B (dir) lists the contents of a directory, and C (rmdir) is used to remove a directory rather than create one.