User guide

chmod
Examples
1.
>>> chmod +x script
Adds the executable attribute to the file,
script
.
2.
>>> chmod =r errlog
Sets the file
errlog
to read only.
3.
>>> chmod -w dk*
Makes all SCSI disks nonwriteable.
See Also
chown, ls -l
Console Commands 13–17