MKDIR

System Testing Supervisor Script Language.

Purpose

The MKDIR instruction creates a new directory on the System Testing Supervisor machine or on a target machine.

Syntax

MKDIR [ <hostname>: ] <directory>

where:

Description

The directory path name may contains local environment variables of the System Testing Supervisor machine, or remote environment variables defined on the target machine.

If the operation fails, the script returns an error message.

Example

HOST target IS workstation.domain.com(10098)

MKDIR ../localdir

MKDIR target:$HOME/tmp

Related Topics

CHDIRRMDIR