Google News
logo
Linux - Quiz(MCQ)
If you want to create a new directory named XYZ, which command will be used for this purpose?
A)
md XYZ
B)
cd XYZ
C)
mkdir XYZ
D)
chdir XYZ

Correct Answer :   mkdir XYZ


Explanation : To create a new directory named XYZ, we can use "mkdir XYZ". The "mkdir" command is used to make a directory in Linux.

Advertisement