We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Directories

As we mentioned before, a directory is just a location in a filesystem that can contain files and other directories. On some systems, directories are called "folders," but it's the same thing.

The mkdir Command

The "make directory" command creates a new directory inside (or relative to) the current directory.

mkdir my_directory

Assignment

During your digging, you find that a file appears to be out of place!

Paste the contents of the products directory into the input field and submit it.