Linux mkdir Command: Create a New Directory

In this tutorial, we will introduce how to use linux mkdir command to create a new directory.

Linux mkdir Command - Create a New Directory for Beginners

Here is an example code:

mkdir newDir

In this command, we will create a new directory named newDir.

Run this code, you will see:

Linux mkdir Command - Create a New Directory