man.bsd.lv manual page server

Manual Page Search Parameters
MKDIR(1) General Commands Manual MKDIR(1)

mkdir - make a directory

mkdir dirname ...

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.

rm(1)

Mkdir returns exit code 0 if all directories were successfully made. Otherwise it prints a diagnostic and returns nonzero.

UNIX-7