nerdexam
CompTIA

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…

Hardware and network troubleshooting

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)
  • D
    6% (1)
  • E
    94% (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

#Windows commands#mkdir#command line#directory management

Community Discussion

No community discussion yet for this question.

Full 220-1002 Practice