coreutils/man/chown.x

31 lines
1.2 KiB
Plaintext
Raw Normal View History

'\" Copyright (C) 1998-2018 Free Software Foundation, Inc.
'\"
'\" This is free software. You may redistribute copies of it under the terms
2017-09-19 16:13:23 +08:00
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
'\" There is NO WARRANTY, to the extent permitted by law.
1999-11-02 21:51:42 +08:00
[NAME]
chown \- change file owner and group
1998-09-13 04:12:55 +08:00
[DESCRIPTION]
This manual page
documents the GNU version of
.BR chown .
.B chown
2005-04-12 13:43:19 +08:00
changes the user and/or group ownership of each given file. If
only an owner (a user name or numeric user ID) is given, that user is made the
1998-09-13 04:12:55 +08:00
owner of each given file, and the files' group is not changed. If the
2005-04-12 13:43:19 +08:00
owner is followed by a colon and a group name (or numeric group ID),
1998-09-13 04:12:55 +08:00
with no spaces between them, the group ownership of the files is
2005-04-12 13:43:19 +08:00
changed as well. If a colon but no group name follows the user name,
1998-09-13 04:12:55 +08:00
that user is made the owner of the files and the group of the files is
2005-04-12 13:43:19 +08:00
changed to that user's login group. If the colon and group are given,
but the owner is omitted, only the group of the files is changed;
1998-09-13 04:12:55 +08:00
in this case,
.B chown
performs the same function as
.BR chgrp .
2005-04-12 13:43:19 +08:00
If only a colon is given, or if the entire operand is empty, neither the
owner nor the group is changed.
2001-10-14 00:50:59 +08:00
.SH OPTIONS
[SEE ALSO]
chown(2)