umount: getopt return value is int, not char
[minix.git] / man / man8 / chown.8
blob5fe9770d4453511e2d4ac5ea1831cfc8fe30f919
1 .TH CHOWN 8
2 .SH NAME
3 chown \- change owner
4 .SH SYNOPSIS
5 \fBchown [\fB\-R\fR] \fIowner\fR[:\fIgroup\fR] \fIfile\fR ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-R
20 # Change directory hierarchies
21 .SH EXAMPLES
22 .TP 20
23 .B chown ast file1 file2
24 # Make \fIast\fR the owner of the files
25 .TP 20
26 .B chown \-R ast:other dir
27 # Change the owner and group of all files in dir
28 .SH DESCRIPTION
29 .PP
30 The owner field (and optionally group field) of the named files is changed
32 .I owner 
33 (i.e., login name specified) and
34 .I group .
35 Alternatively, a decimal uid(gid) may be specified instead of a user name.
36 Only the superuser may execute this command.
37 .SH "SEE ALSO"
38 .BR chgrp (1),
39 .BR chmod (1),
40 .BR ls (1),
41 .BR chown (2).