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:

  1. <hostname> is an optional logical name of a target machine (see HOST)

    <directory> is the relative or absolute path of a directory

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

CHDIR | RMDIR