diff --git a/docs/manual/CoreTasks/chmod.html b/docs/manual/CoreTasks/chmod.html index 032a93c51..bf8acc2d6 100644 --- a/docs/manual/CoreTasks/chmod.html +++ b/docs/manual/CoreTasks/chmod.html @@ -103,6 +103,11 @@ href="../CoreTypes/filelist.html">filelists.

makes the "start.sh" file readable and executable for anyone on a UNIX system.

+
+

<chmod file="${dist}/start.sh" perm="700"/>

+
+

makes the "start.sh" file readable, writable and executable only for the owner on a +UNIX system.

 <chmod dir="${dist}/bin" perm="ugo+rx"