Linux MKDIR Command

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.

Purpose

Used to make new Directory

Syntax

$mkdir [option] [directory_name]

Example

create a new directory named "demodir" inside home directory.


$mkdir demodir 
							
Share Share on Facebook Share on Twitter Share on LinkedIn Pin on Pinterest Share on Stumbleupon Share on Tumblr Share on Reddit Share on Diggit

You may also like this!