|
|
@@ -99,14 +99,14 @@ href="../CoreTypes/filelist.html">filelist</a>s.</p> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<blockquote> |
|
|
|
<p><code><chmod file="${dist}/start.sh" perm="ugo+rx"/></code></p> |
|
|
|
</blockquote> |
|
|
|
<blockquote><pre> |
|
|
|
<chmod file="${dist}/start.sh" perm="ugo+rx"/> |
|
|
|
</pre></blockquote> |
|
|
|
<p>makes the "start.sh" file readable and executable for anyone on a |
|
|
|
UNIX system.</p> |
|
|
|
<blockquote> |
|
|
|
<p><code><chmod file="${dist}/start.sh" perm="700"/></code></p> |
|
|
|
</blockquote> |
|
|
|
<blockquote><pre> |
|
|
|
<chmod file="${dist}/start.sh" perm="700"/> |
|
|
|
</pre></blockquote> |
|
|
|
<p>makes the "start.sh" file readable, writable and executable only for the owner on a |
|
|
|
UNIX system.</p> |
|
|
|
<blockquote> |
|
|
@@ -145,7 +145,7 @@ permissions.</p> |
|
|
|
</dirset> |
|
|
|
</chmod> |
|
|
|
</pre> |
|
|
|
</blockquote>blockquote> |
|
|
|
</blockquote> |
|
|
|
|
|
|
|
<p>keeps non-owners from touching cgi scripts, files with a <code>.old</code> |
|
|
|
extension or directories beginning with <code>private_</code>. A directory |
|
|
|