Research V4 development
[unix-history] / man / man1 / chown.1
CommitLineData
15948997
KT
1.th CHOWN I 3/15/72
2.sh NAME
3chown \*- change owner
4.sh SYNOPSIS
5.bd chown
6owner file ...
7.sh DESCRIPTION
8.it Owner
9becomes the new owner of the files.
10The owner may be either a decimal UID or
11a login name found in the password file.
12.s3
13Only the owner of a file (or the super-user) is allowed to change the owner.
14Unless it is done by the
15super-user or the real user ID of the new owner,
16the set-user-ID permission bit is
17turned off as the owner of a file is changed.
18.sh FILES
19/etc/passwd
20.sh BUGS