Research V3 development
[unix-history] / man / man1 / chmod.1
.pa 1
.he 'CHMOD (I)'3/15/72'CHMOD (I)'
.ti 0
NAME chmod -- change mode
.sp
.ti 0
SYNOPSIS chmod\b\b\b\b\b_____ octal file\e91\e8 ...
.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 --