mkdir.md 230 B

Name

mkdir - create a directory

Synopsis

$ mkdir path

Description

Create a new empty directory at the given path.

Examples

$ mkdir /tmp/foo

See also