MKDIR Command is used to make a new directory in linux system,it also used make multiple directory on time,and used -p option create parent directory using this -p option in mkdir command,the following discription and example of mkdir command.
Used to make new Directory
$mkdir [option] [directory_name]
create a new directory named "demodir" inside home directory.
$mkdir demodir