220-1102 · Question #560
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?
The correct answer is D. md. To create a new directory (folder) on a Windows workstation, the 'md' (make directory) command should be used.
Question
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?
Options
- Ac:\minutes
- Bdir
- Crmdir
- Dmd
How the community answered
(57 responses)- A5% (3)
- B2% (1)
- C2% (1)
- D91% (52)
Why each option
To create a new directory (folder) on a Windows workstation, the 'md' (make directory) command should be used.
c:\minutes is a path, not a command to create a directory.
dir is a command used to list the contents of a directory.
rmdir (remove directory) is a command used to delete an empty directory.
The 'md' command, short for 'mkdir' (make directory), is used in the Windows command prompt to create a new folder or directory at a specified path. For example, 'md C:\minutes' would create a folder named "minutes" on the C: drive.
Concept tested: Windows command line - creating directories
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/md
Topics
Community Discussion
No community discussion yet for this question.