MKDIR(1) — Silicon Graphics
NAME
mkdir − make a directory
SYNOPSIS
mkdir dirname ...
DESCRIPTION
Mkdir creates specified directories in mode 777 (possibly altered by umask(1)). Standard entries, ., for the directory itself, and .., for its parent, are made automatically. These and other directories beginning with . are not visible in listings unless you use the -a option to ls.
Mkdir requires write permission in the parent directory.
EXAMPLE
mkdir letters
creates a directory letters as a subdirectory of the directory you are in at the time you employ the command.
SEE ALSO
DIAGNOSTICS
Mkdir returns exit code 0 if all directories were successfully made; otherwise, it prints a diagnostic and returns non-zero.
Version 2.5r1 — October 29, 1986