Creating Directories

Learn how to create directories using the CLI.

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 ...