Hello all,
This has got me confused. I'm running a FreeBSD NAS and have some folders for which I need to give access to different processes such as transmission and sabnzbd. These run under different users and next to that I would like anything downloaded to be accessible by other users/process such as music player daemon as well. So I figured I could do this by creating a new group and making all needed users (at least the users these programs run under) members, make a folder and set ownership to a user from the earlier created group. Then I set the setgid bit and read/write access to all group members via
This seems to work but now I'm also reading about ACL as well, do I need to do anything with this as well? I'm also accessing these files from a Windows PC by the way.
So to sum it up, I'm unsure of the difference between ACL and using the setgid bit to get what I want. Hopefully someone can shed some light on this for me :stud. Thanks for any replies, this has really got me confused.
This has got me confused. I'm running a FreeBSD NAS and have some folders for which I need to give access to different processes such as transmission and sabnzbd. These run under different users and next to that I would like anything downloaded to be accessible by other users/process such as music player daemon as well. So I figured I could do this by creating a new group and making all needed users (at least the users these programs run under) members, make a folder and set ownership to a user from the earlier created group. Then I set the setgid bit and read/write access to all group members via
chmod'ing with 2775.This seems to work but now I'm also reading about ACL as well, do I need to do anything with this as well? I'm also accessing these files from a Windows PC by the way.
So to sum it up, I'm unsure of the difference between ACL and using the setgid bit to get what I want. Hopefully someone can shed some light on this for me :stud. Thanks for any replies, this has really got me confused.