32v 1m mkdir

From Computer History Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.