Mark As Completed Discussion

mkdir

mkdir is a command short for Make Directory. It creates a new directory with the specified name.

Syntax: mkdir[option]<directory name>

SNIPPET
1user@localhost:~$ mkdir BashTutorial
2user@localhost:~$ ls
3BashTutorial Documents Pictures Videos

mkdir