Closed akkornel closed 6 years ago
Hi Karl,
Sorry, the exact line I added to /etc/gridftp.conf is
perms 664
The final permission I was trying to get was 664, (user/group r/w and world readable). Without that, I "think" it was still getting 644 even with the umask 002 change in /etc/init.d/globus-gridftp-server.
And finally on our globus server, we created a group (globus) and I wanted to make sure that all of our individual globus users on that server have the same gid (globus) so they can cross access other globus contents on that server.
Thanks Kam.
Hi @kamchan, would you mind checking out https://stanford-rc.github.io/globus.stanford.edu/scenarios.html and the "How do I control permissions for uploaded files?" question? I think I managed to integrate your experiences.
Let me know if anything needs to change!
Hi @akkornel, your explanations on the file permissions look good.
Thanks Kam.
Some feedback from @kamchan:
Hmmmmmm, OK, that's definitely a content change.
@kamchan, is the line you set
perm
, orperms
? Looking at http://toolkit.globus.org/toolkit/docs/latest-stable/gridftp/developer/index.html, it seems to me like the line should beperms
.Reading more into that link, I see that whatever you set with the
perms
command is going to be modified by the umask that GridFTP is running under. @kamchan, what were the final permissions that you were trying to get? I'm actually wondering if there would be a way to get your desired permissions, without modifying the umask, and just messing with theperms
line.Finally, could you please clarify the phrase "belong to the same primary globus group" ?
Thanks much!