Account for NTFS and other chmod hazards, by automatically applying chmod 0755 to any files within .../bin/... directories, other than files whose basename contains a period (.) by default.
Make this behavior configurable, through a hashmap of file path patterns to chmod values. An empty hashmap is allowed to override the default.
Account for NTFS and other chmod hazards, by automatically applying chmod 0755 to any files within ...
/bin/... directories, other than files whose basename contains a period (.) by default.Make this behavior configurable, through a hashmap of file path patterns to chmod values. An empty hashmap is allowed to override the default.