BIF(4) — HP-UX
Series 300 Only
NAME
bif − Bell Interchange Format utilities
DESCRIPTION
BIF (Bell Interchange Format) is the name given to the format of mounted media used by HP-UX Series 200, revisions 2.0 and 2.1, and the Integral Personal Computer. This format is based upon that used in System III UNIX.
The BIF utilities listed under SEE ALSO below are provided for non-Series 200 (revision 2.0 and 2.1) and non-Integral Personal Computer access to the BIF media. These utilities read and write data to and from BIF volumes, as well as retrieve and store information on BIF volumes.
The BIF utilities listed below are the only HP-UX utilities that recognize the internal contents of a BIF volume. To the rest of HP-UX, a BIF volume is simply a file/disk containing unspecified data. Therefore, do not use mount(1) on a BIF volume; the operating system cannot recognize it.
BIF file names are specified to the BIF utilities by concatenating the HP-UX path name for the BIF volume with the BIF file name, separating the two with a colon (:). For example,
/dev/rdsk/1s0:/users/ivy
specifies BIF file /users/ivy within HP-UX device special file /dev/rdsk/1s0
Note that this file naming convention is applicable only for use as arguments to the BIF utilities and does not constitute a legal path name for any other use within HP-UX. The shell sh(1) "meta" characters * ? and [...] do not work for specifying an arbitrary pattern for file name matching when using the BIF utilities.
If the device name and a trailing colon are specified without a file or directory name following, e.g., /dev/rdsk/1s0:, the root (/) of the BIF file system is assumed by convention.
A primitive form of data protection is provided by a lockfile /tmp/BIF..LCK that only allows one process and its immediate children to use the BIF utilities at a time.
AUTHOR
Bif was developed by HP.
SEE ALSO
bifchmod(1), bifchown(1), bifcp(1), bifdf(1M), biffind(1), biffsck(1M), biffsdb(1M), bifls(1), bifmkdir(1), bifmkfs(1M), bifrm(1).
Hewlett-Packard Company — May 11, 2021