Only log directory readable in other users' workflow outputs?

hi there,

i’m working with a colleague on some debugging stuff and i’m unable to view his workflow output apart from the log directory in their $HOME/cylc-run/WORKFLOW/runN directory. specifically, i want to look at the share and work directories but…

> ls -ld {share,work}
drwxrwxr--+  9 otheruser otheruser 262144 Nov 23 21:39 share
drwxrwxr--+ 75 otheruser otheruser 4096 Dec 12 14:29 work

presumably i need executable permissions to enter these directories since i already have read permissions?

not sure if this is a site-specific thing or a cylc thing?

any help appreciated,

thanks,

jonny

Hi,

Default file permissions are a site-specific thing not a Cylc thing. They can chmod -r to give you access, but they might want to look into umask

1 Like

ok good to know, thanks @oliver.sanders!