Creating a New Directory with mkdir
You can also create new directories. You'll do this with the mkdir command.
- You can learn more about the mkdir command and its options on its man pages. Type man mkdir and press

To create a new directory
Type mkdir directory-name … and press

Figure 27. In this example, the
mkdir command is used to create three new subdirectories.