sdfmkdir(1)
NAME
sdfmkdir − make an SDF directory
SYNOPSIS
sdfmkdir device:dirname...
DESCRIPTION
sdfmkdir is intended to mimic mkdir(1).
An SDF file name is recognized by the embedded colon (:) delimiter (see sdf(4) for SDF file naming conventions).
sdfmkdir creates specified directories in mode 777, masked with the current value of umask.
RETURN VALUE
sdfmkdir returns exit code 0 if all directories were successfully created; otherwise, it prints a diagnostic and returns non-zero.
EXAMPLES
The following example assumes that an SDF directory structure exists on the HP-UX device file /dev/rdsk/c0d1s5.
Create an empty subdirectory named sysmods under directory /usr/lib:
sdfmkdir /dev/rdsk/c0d1s5:/usr/lib/sysmods
AUTHOR
sdfmkdir was developed by HP.
SEE ALSO
Hewlett-Packard Company — HP-UX Release 8.05: June 1991