🎴 Flashcard Mode

Windows Server and Unix/Linux Command Basics

Card1 / 20
Mastered0
Review0
QuestionClick to flip

mkdir dirname --- make a new directory

AnswerClick to flip back
A
True
💡 Explanation:

In Unix and Linux operating systems, the mkdir command followed by a directory name is used to create a new directory. Therefore, the statement matching mkdir to making a new directory is true.

Change Mode