home *** CD-ROM | disk | FTP | other *** search
-
-
-
- CHMOD ST-UNIX User's Manual CHMOD
-
-
-
- COMMAND
- chmod - change access modes to files
-
- FORMAT
- chmod mode file ...
-
- DESCRIPTION
- _✓C_✓h_✓m_✓o_✓d_✓e changes the access mode of the _✓f_✓i_✓l_✓e.
-
- _✓m_✓o_✓d_✓e has the form:
-
- _✓o_✓p _✓p_✓e_✓r_✓m_✓i_✓s_✓s_✓i_✓o_✓n
-
- File permissions can be added if _✓O_✓p is +, removed if _✓O_✓p is
- -, or absolutly set is _✓O_✓p is =.
-
- _✓P_✓e_✓r_✓m_✓i_✓s_✓s_✓i_✓o_✓n is made up from w (writable).
-
- EXAMPLES
- To make the file readonly:
-
- chmod -w file
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Printed 10/April/1987 1st March 1987 1
-
-
-
-