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.
Exam with this question: IT Essentials v8 Chapter 12 Check Your Understanding
Please login or Register to submit your answer