![]() |
![]()
| ![]() |
![]()
NAMEchown - (BSD) change file ownwer SYNOPSIS/usr/local/heirloom/usr/ucb/chown [-fhHLPR] owner[.group] file ... DESCRIPTIONChown changes the owner of the files to owner, and, if group is present, the group-ID of the files to group. Both owner and group may be either a decimal UID / GID or a login / group name found in the password file. The following options are accepted:
The following options have been introduced by POSIX.1-2001:
FILES/etc/passwd
SEE ALSOchown(2), passwd(5), group(5) NOTESPermission to change owner and group is based either on historical System V behaviour, which is to allow the owner of the file or a privileged user a change to any value; or on historical BSD behaviour, which is to restrict changing the owner to a privileged user and changing the group to a group to which the file owner belongs.
|