Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
Table of Contents

Anchor
1156892
1156892
Syntax

mkdir logical-name=directory

Anchor
1156894
1156894
Description

Anchor
1156895
1156895
The mkdir command creates the specified directory.

Anchor
1156896
1156896
There is no default directory.

Anchor
1156898
1156898
The command is valid only for the hfs file system.


IBM i

hfs supports the root and QOpenSys file systms under IFS.

z/OS

hfs supports the UNIX System Services file system.

Anchor
1156910
1156910
Parameters

Parameter

Description

logical-name

Logical name of the transfer server to execute the mkdir command.

directory

Name of the directory to create. This can be a relative path.

Anchor
1156926
1156926
Examples

Anchor
1156927
1156927
The following examples assume that the logical name remotesys is valid.


Anchor
1156929
1156929
To create the /home/max/tmp directory:

Panel
mkdir remotesys=/home/max/tmp


Info
titleWindows

Anchor
1156935
1156935
The example would be:


mkdir remotesys=C:\home\max\tmp


Anchor
1156938
1156938
To create the directory /home/max/tmp/abc using a relative path, assuming that the current directory is /home/max/ and that /home/max/tmp exists.

Panel
mkdir remotesys=tmp/abc


Info
titleWindows

Anchor
1156935
1156935
The example would be:


mkdir remotesys=tmp\abc