Search⌘ K
AI Features

The mkdir Utility

Explore how to create directories in Bash using the mkdir utility. Learn to specify both absolute and relative paths, use the -p option for nested directories, and manage directory creation efficiently. This lesson helps you understand key file system commands to organize files and folders in your Bash environment.

We'll cover the following...

mkdir

...

The mkdir utility creates a ...

Making new directory