🎴 Flashcard Mode

Command Line Interface Commands

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Command to create directory?

AnswerClick to flip back
A
mkdir
💡 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.

Change Mode