mkdir

Syntax

mkdir [-m | -p] [<DIRECTORY-NAME>]

Description

This command makes directories.

Command context

Service OS (SVOS>)

Parameters

[-m | -p]

Specifies the options for the command.

-m

Specifies the mode.

-p

Specifies to make parent directories as needed with no errors for pre-existing directories.

<DIRECTORY-NAME>

Specifies the directory to create.

Authority

Administrators

Example

Making the dir directory:

SVOS> mkdir dir