Research V3 development
[unix-history] / man / man1 / chown.1
CommitLineData
11567ef5
KT
1.pa 1
2.he 'CHOWN (I)'3/15/72'CHOWN (I)'
3.ti 0
4NAME chown -- change owner
5.sp
6.ti 0
7SYNOPSIS chown\b\b\b\b\b_____ owner file\e91\e8 ...
8.sp
9.ti 0
10DESCRIPTION owner\b\b\b\b\b_____
11becomes the new owner of the files.
12The owner may be either a decimal UID or
13a login name found in the password file.
14.sp
15Only the owner of a file is allowed to change the owner.
16It is illegal to change the owner of a file with the set-user-ID
17mode.
18.sp
19.ti 0
20FILES /etc/passwd
21.sp
22.ti 0
23SEE ALSO stat(I)
24.sp
25.ti 0
26DIAGNOSTICS "Who?" if owner cannot be found,
27"file?" if file cannot be found.
28.sp
29.ti 0
30BUGS --