dosmkdir(1)

dosmkdir(1)

NAME

dosmkdir - make a DOS directory

SYNOPSIS

dosmkdir [-u]device:directory ...

DESCRIPTION

dosmkdir is the DOS counterpart of the mkdir command (see mkdir(1)). It creates speci®ed directories. The standard entries, . for the directory itself and .. for its parent, are made automatically.

There is one option:

-uDisable argument case conversion. In the absence of this option, all DOS ®le names are converted to uppercase.

A DOS ®le name is recognized by the presence of an embedded colon (:) delimiter; see dosif(4) for DOS ®le naming conventions.

DIAGNOSTICS

dosmkdir returns 0 if all directories were successfully created. Otherwise, it prints a message to standard error and returns non-zero.

EXAMPLES

Create an empty subdirectory named numbers under the directory /math/lib on the device accessed through HP-UXspecial ®le /dev/rfd9122 :

dosmkdir /dev/rfd9122:/math/lib/numbers

SEE ALSO

dos2ux(1), doschmod(1), doscp(1), dosdf(1), dosls(1), dosrm(1), mkdir(1), dosif(4).

d

HP-UX Release 11i: December 2000

− 1 −

Section 1191