Research V3 development
[unix-history] / man / man1 / chmod.1
CommitLineData
11567ef5
KT
1.pa 1
2.he 'CHMOD (I)'3/15/72'CHMOD (I)'
3.ti 0
4NAME chmod -- change mode
5.sp
6.ti 0
7SYNOPSIS chmod\b\b\b\b\b_____ octal file\e91\e8 ...
8.sp
9.ti 0
10DESCRIPTION The octal mode
11replaces the mode of each of the files.
12The mode is constructed from the OR of the
13following modes:
14.sp
15.ti +3
1601 write for non-owner
17.ti +3
1802 read for non-owner
19.ti +3
2004 write for owner
21.ti +3
2210 read for owner
23.ti +3
2420 executable
25.ti +3
2640 set-UID
27.sp
28Only the owner of a file may change its mode.
29.sp
30.ti 0
31FILES --
32.sp
33.ti 0
34SEE ALSO stat(I), ls(I)
35.sp
36.ti 0
37DIAGNOSTICS "?"
38.sp
39.ti 0
40BUGS --