Multiple choice technology programming languages

How do you create a new directory called "flower"?

  1. newdir flower

  2. mkdir flower

  3. crdir flower

  4. create flower

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

The mkdir command is the standard Unix/Linux command for creating directories. Options like newdir, crdir, and create are not valid commands for directory creation in standard shells.