bifchown(1) — Series 300/400 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 can 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 can 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.
Set the owner of the BIF file /users/abc/phone.num to adm:
bifchown adm /dev/rdsk/1s0:/users/abc/phone.num
Set 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 — HP-UX Release 9.0: August 1992