File Access in RStudio Output Files (Linux)

I have multiple R sessions running via docker containers in Ubuntu.
The output files/folders created by the script as a part of the algorithm have 'rw-r--r--' access type and I am unable to delete/rename these files and folders. I want to change it to 'rwxr-xr-x'.

I have not come across any such issue while working on Windows and macOS and hence, I wasn't even familiar of such an issue.
Can someone help me fix this? Thanks in advance.

Hello,

Take a look at these pages
https://stat.ethz.ch/R-manual/R-devel/library/base/html/files2.html
https://stat.ethz.ch/R-manual/R-devel/library/base/html/files.html

Hope this helps,
PJ

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.