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

mkdir - create directories

## Synopsis

```**sh
$ mkdir directories...
```

## Description

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

## Examples

```sh
$ mkdir /tmp/foo
```

## See also

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