antoine 2003/08/24 07:24:53 Modified: docs/manual/CoreTasks chmod.html Log: Add an example with an octal permission for chmod's documentation. PR: 22445 Revision Changes Path 1.15 +5 -0 ant/docs/manual/CoreTasks/chmod.html Index: chmod.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/chmod.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- chmod.html 24 Jun 2003 09:16:10 -0000 1.14 +++ chmod.html 24 Aug 2003 14:24:53 -0000 1.15 @@ -104,6 +104,11 @@ <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" includes="**/*.sh"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]