CHOWN(8) | System Manager's Manual | CHOWN(8) |
chown | [-R [-H | -L | -P]] [-fhv] owner[:group] file ... |
chown | [-R [-H | -L | -P]] [-fhv] :group file ... |
The options are as follows:
The -H, -L and -P options are ignored unless the -R option is specified. In addition, these options override each other and the command's actions are determined by the last one specified.
The -L option cannot be used together with the -h option.
The owner and group operands are both optional, however, one must be specified. If the group operand is specified, it must be preceded by a colon (``:'') character.
The owner may be either a user name or a numeric user ID. The group may be either a group name or a numeric group ID. Since it is valid to have a user or group name that is numeric (and doesn't have the numeric ID that matches its name) the name lookup is always done first. Preceding an ID with a ``#'' character will force it to be taken as a number.
The ownership of a file may only be altered by a super-user for obvious security reasons.
Unless invoked by the super-user, chown clears the set-user-id and set-group-id bits on a file to prevent accidental or mischievous creation of set-user-id and set-group-id programs.
The chown utility exits 0 on success, and >0 if an error occurs.
The -v option and the use of ``#'' to force a numeric lookup are extensions to IEEE Std 1003.2 (“POSIX.2”).
December 9, 2005 | NetBSD 6.1 |