mkdir
: Make directories
mkdir
creates directories with the specified names. Synopsis:
mkdir [option]... name...
It is not an error if a name is already a directory; mkdir
simply proceeds. But if a name is an existing file and is
anything but a directory, mkdir
complains.
The program accepts the following options. Also see section Common options.
chmod
and uses 0777 (read, write and execute allowed for
everyone) minus the bits set in the umask for the point of the
departure. See section File permissions.
Go to the first, previous, next, last section, table of contents.