If you want to create a new directory named XYZ, which command will be used for this purpose?

14. If you want to create a new directory named XYZ, which command will be used for this purpose?

  1. cd XYZ
  2. chdir XYZ
  3. mkdir XYZ
  4. md XYZ

Answer: C) mkdir XYZ

Explanation:

To create a new directory named XYZ, we can use "mkdir XYZ". The "mkdir" command is used to make a directory in Linux.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.