Research V7 development
[unix-history] / usr / man / man1 / chown.1
CommitLineData
c1db0f95
KT
1.TH CHOWN 1
2.SH NAME
3chown, chgrp \- change owner or group
4.SH SYNOPSIS
5.B chown
6owner file ...
7.PP
8.B chgrp
9group file ...
10.SH DESCRIPTION
11.I Chown
12changes the owner of the
13.I files
14to
15.IR owner .
16The owner may be either a decimal UID or
17a login name found in the password file.
18.PP
19.I Chgrp
20changes the group-ID of the
21.I files
22to
23.IR group .
24The group may be either a decimal GID or
25a group name found in the group-ID file.
26.PP
27Only the super-user can change owner or group,
28in order to simplify as yet unimplemented accounting procedures.
29.SH FILES
30/etc/passwd
31.br
32/etc/group
33.SH "SEE ALSO"
34chown(2),
35passwd(5), group(5)