BIFMKDIR(1) — HP-UX
Series 300 Only
NAME
bifmkdir − make a BIF directory
SYNOPSIS
bifmkdir device:dirname ...
DESCRIPTION
Bifmkdir is intended to mimic mkdir(1).
A BIF file name is recognized by the embedded colon (:) delimiter (see bif(4) for BIF file naming conventions).
Bifmkdir creates specified directories in mode 777. The standard entries, . for the directory itself, and .. for its parent, are made automatically.
RETURNS
Bifmkdir returns exit code 0 if all directories were successfully made; otherwise, it prints a diagnostic and returns non-zero.
EXAMPLES
Create an empty subdirectory named sysmods under the directory /usr/lib on HP-UX device /dev/dsk/2s0:
bifmkdir /dev/dsk/2s0:/usr/lib/sysmods
AUTHOR
Bif was developed by HP.
SEE ALSO
Hewlett-Packard Company — May 11, 2021