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 or local user group members with execution rights for this command.
Example
Making the dir directory:
SVOS> mkdir dir