codeaprendiz.github.io

mkdir

NAME

mkdir – make directories

SYNOPSIS

mkdir [-pv] [-m mode] directory_name …

DESCRIPTION

The mkdir utility creates the directories named as operands, in the order specified, using mode rwxrwxrwx (0777) as modified by the current umask(2).

OPTIONS

The options are as follows:

$ mkdir -p /app/ankit/anything