4 Aug
2023
4 Aug
'23
9:25 a.m.
Hi Alessandra, On Wed, Aug 02, 2023 at 06:18:20PM +0100, Alessandra Forti wrote:
* gfal-mkdir creates directories by default with 755 but also has a -m option to override the default.
I wonder if dirac creates the directories before copying the files using gfal-mkdir default? :/
Yes, we've reviewed the code and it does pre-create the directories (as this is required for some protocols, so it does it for all of them); it's using 0755 to mirror the gfal-mkdir defaults. Regards, Simon