I'm trying to change default permissions of SAS logs from 640 to 644. Is there any methods other than editing xml-file using this article (FileAppender; doesn't work in my case)?
On OS level and if it's Linux/Unix then you could define an ACL (setfacl) for this folder and all subfolders that defines what permissions .log files get.
If 644 is what you would want for any newly created file then look into umask.
On OS level and if it's Linux/Unix then you could define an ACL (setfacl) for this folder and all subfolders that defines what permissions .log files get.
If 644 is what you would want for any newly created file then look into umask.
Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.
Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.