技術者は、顧客が会議議事録を保存するための場所を Windows ワークステーション上に作成しています。技術者は次のコマンドのうちどれを使用する必要がありますか?
正解:D
Explanation The command md stands for make directory and is used to create a new directory or folder in the current location. In this case, the technician can use md minutes to create a folder named minutes in the C: drive. The other commands are not relevant for this task. c: \minutes is not a command but a path to a folder. dir is used to display a list of files and folders in the current directory. rmdir is used to remove or delete an existing directory or folder.