This will create a directory with the given name and directory structure. The
default is the current working directory.
lightning:~>mkdir /home/username/generic
Makes a directory in /home/username/ called generic.
lightning:~>mkdir generic
Makes a directory in the current directory called generic.
lightning:~>mkdir ~/generic
Creates the directory generic in the user's home directory