220-1002 · Question #276
An administrator needs to create a new folder on a Windows PC. Which of the following commands should the administrator use?
The correct answer is E. mkdir. mkdir (make directory) is the command used to create a new folder from the Windows command line (cmd) or PowerShell. Note that md (option B) is also a valid alias for mkdir in Windows cmd, so both technically work-but mkdir is the full, canonical command and the expected answer…
Question
An administrator needs to create a new folder on a Windows PC. Which of the following commands should the administrator use?
Options
- Acd
- Bmd
- Csc
- Dftp
- Emkdir
How the community answered
(17 responses)- D6% (1)
- E94% (16)
Explanation
mkdir (make directory) is the command used to create a new folder from the Windows command line (cmd) or PowerShell. Note that md (option B) is also a valid alias for mkdir in Windows cmd, so both technically work-but mkdir is the full, canonical command and the expected answer on CompTIA exams. cd changes the current directory. sc manages Windows services. ftp is used for file transfers. When in doubt on exam questions, mkdir is preferred over the shorthand md.
Topics
Community Discussion
No community discussion yet for this question.