Attribute |
Description |
Required |
|
the file or single directory of which the permissions must be changed. |
the directory which holds the files whose permissions must be changed. |
|
exactly one of the two or nested <fileset> elements. |
perm |
the new permissions. |
Yes |
includes |
comma- or space-separated list of patterns of files that
must be included. |
No |
excludes |
comma- or space-separated list of patterns of files that must be
excluded. No files (except default excludes) are excluded when omitted. |
No |
defaultexcludes |
indicates whether default excludes should be used or
not ("yes"/"no"). Default excludes are used when omitted. |
No |
parallel |
process all specified files using a single chmod command. Defaults to true. |
No |
type |
One of file, dir or both. If set to file, only the permissions of plain files are going to be changed. If set to dir, only the directories are considered. |
No, default is file |