Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 554 Bytes

mkdir.md

File metadata and controls

24 lines (18 loc) · 554 Bytes
title description created updated
mkdir Linux Command
mkdir Linux Command is used to create new directory. Along with Linux systems mkdir is also available in most of the popular operating systems.
2019-09-13
2019-09-13

mkdir Linux Command is used to create new directory. Along with Linux systems mkdir is also available in most of the popular operating systems.

Syntax

mkdir [name-of-directory(s)]

Example

mkdir d1 # creates directory with name d1
mkdir d2 d3 d4 # creates directories d2, d3 and d4