Command to create directory?
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.