% mkdir directory
This creates the new directory you want. It doesn't
necessarily have to be in your current directory. For example:
% cd /home/los/mikel
% mkdir /src/books/power/articles/files
The only requirements are:
-
The parent of the directory you want to create must exist (in this
case, /src/books/power/articles).
-
You must have write access to the parent directory.