|
|
@@ -103,6 +103,11 @@ href="../CoreTypes/filelist.html">filelist</a>s.</p> |
|
|
|
</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> |
|
|
|
<p>makes the "start.sh" file readable, writable and executable only for the owner on a |
|
|
|
UNIX system.</p> |
|
|
|
<blockquote> |
|
|
|
<pre> |
|
|
|
<chmod dir="${dist}/bin" perm="ugo+rx" |
|
|
|