2018-01-01 23:57:22 +08:00
|
|
|
'\" Copyright (C) 1998-2018 Free Software Foundation, Inc.
|
2006-08-18 03:58:17 +08:00
|
|
|
'\"
|
|
|
|
'\" 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>.
|
2006-08-18 03:58:17 +08:00
|
|
|
'\" 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
|
2006-03-06 23:27:50 +08:00
|
|
|
[SEE ALSO]
|
|
|
|
chown(2)
|