Creating Directories
Learn how to create directories using the CLI.
We'll cover the following...
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 ...