chmod — Inferno 1.1ed
chmod
Synopsis
chmod mode file... chmod [augo][+-=][rwx] file...
Description
The mode of each named file is changed according to mode, which may be an octal number or a symbolic change to the existing mode. A mode is an octal number constructed from the OR of the following modes.|
0400
|
read by owner
|
|
0200
|
write by owner
|
|
0100
|
execute (search in directory) by owner
|
|
0070
|
read, write, execute (search) by group
|
|
0007
|
read, write, execute (search) by others
|
A symbolic mode has the form:
See Also
ls and stat
Notes
See stat for interpretation of permissions on Windows-hosted systems.
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.