blob: c67cfca92d30f5ac47b69074689cdaf4cdfe5118 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
.pa 1
.he 'CHMOD (I)'3/15/72'CHMOD (I)'
.ti 0
NAME chmod -- change mode
.sp
.ti 0
SYNOPSIS chmod_____ octal file918 ...
.sp
.ti 0
DESCRIPTION The octal mode
replaces the mode of each of the files.
The mode is constructed from the OR of the
following modes:
.sp
.ti +3
01 write for non-owner
.ti +3
02 read for non-owner
.ti +3
04 write for owner
.ti +3
10 read for owner
.ti +3
20 executable
.ti +3
40 set-UID
.sp
Only the owner of a file may change its mode.
.sp
.ti 0
FILES --
.sp
.ti 0
SEE ALSO stat(I), ls(I)
.sp
.ti 0
DIAGNOSTICS "?"
.sp
.ti 0
BUGS --
|