Multiple choice technology operating systems

Command to create directory?

  1. cp

  2. mv

  3. rmdir

  4. mkdir

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

The mkdir command (make directory) is the standard Unix/Linux command for creating new directories. It creates a new directory at the specified path. The other options: cp copies files, mv moves/renames files, and rmdir removes empty directories.