MKDIR(1) — USER COMMANDS
NAME
mkdir − make a directory
SYNOPSIS
mkdir dirname ...
DESCRIPTION
Mkdir creates directories. Standard entries, ‘.’, for the directory itself, and ‘..’ for its parent, are made automatically.
The current umask(2) setting determines the mode in which directories are created. Modes may be modified after creation by using chmod(1V).
Mkdir requires write permission in the parent directory.
SEE ALSO
Sun Release 3.2 — Last change: 15 March 1983