summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/mkdir.md
blob: c50befaefb19d6ddcbce0468cac1582b7d67b54a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Name

mkdir - create directories

## Synopsis

```**sh
$ mkdir [ options...] directories...
```

## Description

Create a new empty directory for each of the given *directories*.

## Options

* `-p`, `--parents`: Create parent directories if they don't exist

## Examples

```sh
$ mkdir -p /tmp/foo/bar
```

## See also

* [`mkdir`(2)](../man2/mkdir.md)