Great! mkdir and a name will create a directory in the current directory. We can use ls to make sure that the directory is actually there.
mkdir
ls
Might it be that the command we're looking for is an abbreviation of make directory?