Quantcast
Viewing all articles
Browse latest Browse all 5991

Default group permission for RStudio Server

I am using RStudio server (Version 0.98.994) on Ubuntu 12.04.

Our group works on a external share drive together and would like to open the same project.

When I open a project file created by other colleagues, I got an error with permission denied (Sorry I cannot show the error message as I already changed the permission manually).

After checking the file permission, I found the default permission is "-rw-r--r-x" for *.Rproj and .Rhistory, "drwxr-sr-x" for ".Rproj.user". So no write permission for group.

In the external share drive (no sure about system, should be Linux), the default permission is rw for group.

How could I change the default permission for *.Rproj, .Rhistory and .Rprojt.user?

Thanks for any advice. Please let me know if my question is not clear.

EDIT:

I created new file and folder in the external share drive from command line. The default permission is -rw-rw-r-- for file and drwxrwsr-x for folder, as I expected. It seems RStudio server created these new files with their own default permission.

Could I change the default permission of these files *.Rproj, .Rhistory and .Rprojt.user when RStudio server creates them? i.e. Add write permission to group.


Viewing all articles
Browse latest Browse all 5991

Trending Articles