What is the Linux command to create a new directory (folder) while in the command line?
A
mkdir
Explaination
Users may use the commands "md" and "mkdir" to build new files from the command line. Linux distributions only take advantage of the "mkdir" command to create new directories while Windows may utilize both commands.