Search⌘ K
AI Features

Creating Directories

Explore how to use the mkdir command to create directories and the cd command to navigate through them within the command-line interface. This lesson helps you organize your files and projects methodically, setting the foundation for more advanced directory management.

Using the mkdir command

Directories help us organize our files and projects. The mkdir command lets us create a directory. Let’s use it to create a directory called “website” in the root ...