Search⌘ K
AI Features

Create a Directory in Bash

Explore how to use the mkdir command to create directories in Bash. Understand its syntax and options for creating nested directories and setting permissions, enabling efficient directory management in the Linux shell.

We'll cover the following...

mkdir

Definition:

mkdir is one of the most important directory manipulation commands. It’s short for ‘make directory’ and as the name suggests, it is ...