Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mkdir(1) — UNIX System III

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

rm(1)

MKDIR(1)  —  UNIX 3.0

NAME

mkdir − make a directory

SYNOPSIS

mkdir dirname ... 

DESCRIPTION

Mkdir creates specified directories in mode 777.  Standard entries, ., for the directory itself, and .., for its parent, are made automatically. 

Mkdir requires write permission in the parent directory. 

SEE ALSO

rm(1). 

DIAGNOSTICS

Mkdir returns exit code 0 if all directories were successfully made; otherwise, it prints a diagnostic and returns non-zero. 

May 16, 1980

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026