Which four Linux commands would be used to create a new directory under the current directory, copy files to that new directory, make that directory the current directory, and displays the files in that directory? (Choose four.)

IT Exam Items RepositoryCategory: IT Essentials 8Which four Linux commands would be used to create a new directory under the current directory, copy files to that new directory, make that directory the current directory, and displays the files in that directory? (Choose four.)

Which four Linux commands would be used to create a new directory under the current directory, copy files to that new directory, make that directory the current directory, and displays the files in that directory? (Choose four.)

  • mkdir
  • cp
  • cd
  • ls
  • mv
  • rm
  • pwd

Explanation: The Linux commands mkdir , cp , cd , and ls will create a new directory under the current directory, copy files into that directory, change the current directory, and display the files in that directory.

Related exam: IT Essentials v8 Chapter 12 Check Your Understanding