mkdir (target)

Make one or more directories (POSIX, toybox)

Syntax:

mkdir [-pv] [-m mode] [dir...]

Runs on:

QNX OS

Options:

-m mode
Set permissions of directory to mode.
-p
Make parent directories as needed.
-v
Be verbose.
dir
A pathname at which a directory is to be created.

Description:

The mkdir utility creates the directories specified by the dir operands, in the order the dir operands are specified.

This utility is provided as part of the toybox package. For information on how to enable it, see toybox.

Contributing author:

Rob Landley and the toybox project (see https://landley.net/toybox/).

Page updated: