Project Management Answers

Complete the Qwiklab Creating a Folder with Linux before answering this question. Which of the following commands would you use to create a folder called “Super-Secret-Folder” in Linux?

Q: Complete the Qwiklab Creating a Folder with Linux before answering this question. Which of the following commands would you use to create a folder called “Super-Secret-Folder” in Linux?

or

Q: Before responding, finish the Qwiklab Creating a Folder with Linux. Which command would you use in Linux to create a folder named “Super-Secret-Folder”?

  • newdir Super-Secret-Folder
  • mkdir Super-Secret-Folder
  • touch Super-Secret-Folder
  • mkdir Super Secret Folder

Explanation: The mkdir command, which is an abbreviation for “make directory,” is used for the purpose of generating new directories (folders). The name of the directory that you wish to construct is specified by the “Super-Secret-Folder” parameter from the command line.

Leave a Reply

Your email address will not be published. Required fields are marked *