230 B
230 B
Name
mkdir - create a directory
Synopsis
$ mkdir path
Description
Create a new empty directory at the given path.
Examples
$ mkdir /tmp/foo
mkdir - create a directory
$ mkdir path
Create a new empty directory at the given path.
$ mkdir /tmp/foo