32v 1m mkdir

From Computer History Wiki
Jump to: navigation, search

MKDIR(1) UNIX Programmer's Manual MKDIR(1)


NAME

    mkdir  -  make a directory

SYNOPSIS

    mkdir dirname ...

DESCRIPTION

    _M_k_d_i_r creates specified directories in mode 777.  Standard
    entries, `.', for the directory itself, and `..' for its
    parent, are made automatically.
    _M_k_d_i_r requires write permission in the parent directory.

SEE ALSO

    rm(1)

DIAGNOSTICS

    _M_k_d_i_r returns exit code 0 if all directories were success-
    fully made.  Otherwise it prints a diagnostic and returns
    nonzero.