Creates and configures a chmod task.
Creates and configures a chmod task.
The file or single directory of which the permissions must be changed.
The directory which holds the files whose permissions must be changed.
The new Permissions.
Comma- or space-separated list of patterns of files that must be included.
Comma- or space-separated list of patterns of files that must be excluded.
Indicates whether default excludes should be used or not.
Process all specified files using a single chmod
command.
One of "file"
, "dir"
or "both"
.
Limit the amount of parallelism by passing at most this many source files at once.
Whether to print a summary after execution or not.
List of Operation Systems on which the command may be executed.
OS family as used in the os attribute.
Indicates whether default excludes should be used or not.
(antChmod: StringAdd).self
(antChmod: StringFormat).self
(antChmod: ArrowAssoc[AntChmod]).x
(Since version 2.10.0) Use leftOfArrow
instead
(antChmod: Ensuring[AntChmod]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Wrapper for the Ant Chmod task.
Changes the permissions of a file or all files inside specified directories.
Example
Make the shell script
run.sh
in directorytarget/runtime
readable and executable for the user, his group and all others.