1MKDIR(1)                    General Commands Manual                   MKDIR(1)
2
3
4

NAME

6       mkdir  -  make a directory
7

SYNOPSIS

9       mkdir dirname ...
10

DESCRIPTION

12       Mkdir  creates  specified  directories  in mode 777.  Standard entries,
13       `.', for the directory itself, and `..'  for its parent, are made auto‐
14       matically.
15
16       Mkdir requires write permission in the parent directory.
17

SEE ALSO

19       rm(1)
20

DIAGNOSTICS

22       Mkdir  returns  exit  code 0 if all directories were successfully made.
23       Otherwise it prints a diagnostic and returns nonzero.
24
25
26
27                                                                      MKDIR(1)
Impressum