BIFCHOWN(1) — HP-UX
Series 300 Only
NAME
bifchown, bifchgrp − change file owner or group
SYNOPSIS
bifchown owner device:file ...
bifchgrp group device:file ...
DESCRIPTION
Bifchown and bifchgrp are intended to mimic chown(1) and chgrp(1).
A BIF file name is recognized by the embedded colon (:) delimiter (see bif(4) for BIF file naming conventions).
Bifchown changes the owner of the files to owner. Owner may be either a decimal user ID or a login name found in the password file.
Bifchgrp changes the group ID of the files to group. Group may be either a decimal group ID or a group name found in the group file.
EXAMPLES
The examples that follow assume that a BIF directory structure exists on the HP-UX device file /dev/rdsk/1s0.
The first example sets the owner of the BIF file /users/abc/phone.num to adm:
bifchown adm /dev/rdsk/1s0:/users/abc/phone.num
The second example sets the group ID of the BIF file /tmp/b.date to the decimal number 105:
bifchgrp 105 /dev/rdsk/1s0:/tmp/b.date
AUTHOR
Bifchown was developed by HP.
FILES
/etc/passwd
/etc/group
SEE ALSO
bif(4), chown(1), group(4), passwd(4).
Hewlett-Packard Company — May 11, 2021