(__restrict): Define to `restrict' or to nothing.
[coreutils.git] / man / chown.x
blob7102f76f6e74f2aed10bfeef14167dd54e310476
1 [NAME]
2 chown \- change file owner and group
3 [DESCRIPTION]
4 This manual page
5 documents the GNU version of
6 .BR chown .
7 .B chown
8 changes the user and/or group ownership of each given file, according
9 to its first non-option argument, which is interpreted as follows.  If
10 only a user name (or numeric user ID) is given, that user is made the
11 owner of each given file, and the files' group is not changed.  If the
12 user name is followed by a colon or dot and a group name (or numeric group ID),
13 with no spaces between them, the group ownership of the files is
14 changed as well.  If a colon or dot but no group name follows the user name,
15 that user is made the owner of the files and the group of the files is
16 changed to that user's login group.  If the colon or dot and group are given,
17 but the user name is omitted, only the group of the files is changed;
18 in this case,
19 .B chown
20 performs the same function as
21 .BR chgrp .
22 .SH OPTIONS