This lesson's interactive features are locked, please to keep using them
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 "make directory" command creates a new directory inside (or relative to) the current directory.
mkdir my_directory
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.