diff options
Diffstat (limited to 'static/unix-v10/man1/chmod.1')
| -rw-r--r-- | static/unix-v10/man1/chmod.1 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/static/unix-v10/man1/chmod.1 b/static/unix-v10/man1/chmod.1 new file mode 100644 index 00000000..c67cfca9 --- /dev/null +++ b/static/unix-v10/man1/chmod.1 @@ -0,0 +1,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 -- |
