Configuring the umask of the user launching Talend Remote Engine
Procedure
Set the user profile with the umask
u=rwx,g=rx,o= umask.
It is the same as umask
0027.
Results
This configuration will create:
- Directories with group authorization equal to r-x.
- Files with group authorization equal to r--.
- No authorizations for others.