Multiple choice

Create a directory

  1. mkdir <directory name>

  2. rmdir <directory name>

  3. touch <file name>

  4. rm <path>

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

The mkdir command stands for make directory. It is the standard utility for creating new directories in a Unix-like filesystem.