Hi Experts,
We are generating files from BODS onto Linux system using File format. It is writing the files with different permissions than its umask.
Umask is set to write the files as 644 (rw-r--r--), but it is writing the files with permissions as 640 (rw-r-----).
Hence it is avoiding other users to read the files.
Any ideas how to create the files as per the default setting? (644)
Thanks,
Suraj Pabbathi