MKDIR(1) — Unix Programmer’s Manual
NAME
mkdir − make a directory
SYNOPSIS
mkdir dirname ...
DESCRIPTION
Mkdir creates specified directories in mode 777. It automatically generates standard entries—that is, ‘.’, for the directory itself, and ‘..’ for its parent.
Mkdir requires write permission in the parent directory.
SEE ALSO
INTEGRATED SOLUTIONS 4.3 BSD — April 29, 1985