MKDIR Command

HSI Version:

2.7

Purpose:

Create HPSS subdirectories

Aliases: ADD, MD

Command Format:

{mkd[ir] | a[dd] | md} [-A annotation] [-m mode] [-p] path...

Options:

-A : annotation string to set on newly created or preexisting directories. If -p is specified, and intermediate subdirectories are created, this option only applies to the final subdirectory in the path(s)

-m : mode to use for creation of the directory(s). This must be an octal value in the range 0-7777. The mode value is silently truncated if it exceeds this range.

-p : Creates missing intermediate path name directories. If the -p flag is not specified, the parent directory of each-newly created directory must already exist.

Keywords:

DIRn

Usage Notes:

The mkdir command ignores any Directory parameter that names an existing directory. No error is issued.

Example:

mkdir Source Bin Include Doc

Related Command(s):

RMDIR