Mkdir
From Linuxintro
mkdir is a command to create a directory.
As an example, open a console and enter
mkdir -p /tmp/this/is/a/test
Then verify the directory /tmp/this/is/a/test exists using the command
ls /tmp/this/is/a
mkdir is a command to create a directory.
As an example, open a console and enter
mkdir -p /tmp/this/is/a/test
Then verify the directory /tmp/this/is/a/test exists using the command
ls /tmp/this/is/a