Thanks for the info.
I just have one more problem I can't understand...

I noticed this on Ubuntu as well, but thought I had set it up incorrectly somehow, but since its happening again I'm not so sure now, I think I may be misunderstanding something here, so apologies if I'm being stupid but I would appreciate some insight.
Currently I want to use the storage drive here:
Code: Select all
drwxrwx---. 7 stock media 4096 Aug 31 00:14 storage
drwxr-xr-x. 4 stock media 4096 Aug 27 22:08 swap
To save all of my downloads to, so I added sabnzb to media:
Code: Select all
id sabnzb
uid=501(sabnzb) gid=503(sabnzb) groups=503(sabnzb),501(media)
And the process appears to be running as sabnzb:
Code: Select all
ps -ef | grep SAB
sabnzb 3929 1 0 13:00 ? 00:00:10 /usr/bin/python /usr/share/SABnzbd/SABnzbd.py -d -f /home/sabnzb/.sabnzbd/sabnzbd.ini
So afaik this user should be able to view the storage folder as it's part of the media group, but it can't, if I chmod it to 775 then SAB can view the folder. So why is it SAB is using the everyone permissions rather than the group permissions?
Thanks for any help!