Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > d

dosmkdir(1)

TO BE OBSOLETED
HP-UX 11i Version 1: September 2005
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

NAME

dosmkdir — make a DOS directory

SYNOPSIS

dosmkdir [-mu] device:directory ...

DESCRIPTION

The dosmkdir command is targeted for removal from HP-UX; see the WARNINGS below.

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

There is one option:
-m

In this case you may have a directory name same as DOS volume label.

-u

Disable argument case conversion. In the absence of this option, all DOS file names are converted to uppercase.

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

DIAGNOSTICS

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

WARNINGS

Use of dosmkdir is discouraged because it is targeted for removal from HP-UX.

EXAMPLES

Create an empty subdirectory named numbers under the directory /math/lib on the device accessed through HP-UX special file /dev/rfd9122:

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

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2005 Hewlett-Packard Development Company, L.P.