Multiple choice general knowledge

What is the command to create directory?

  1. mkdir

  2. mknod

  3. mkfol

  4. cat

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The 'mkdir' command (make directory) creates a new directory in Unix/Linux systems. This is the standard command for directory creation.