SDFMKDIR(1) — HP-UX
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.
RETURNS
Sdfmkdir returns exit code 0 if all directories were successfully made; 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.
This example will create an empty subdirectory named sysmods under the directory /usr/lib:
sdfmkdir /dev/rdsk/c0d1s5:/usr/lib/sysmods
AUTHOR
Sdfmkdir was developed by the Hewlett-Packard Company.
SEE ALSO
Hewlett-Packard Company — May 11, 2021