Displaying 1 result from an estimated 1 matches for "brunogirin".
2013 Sep 15
1
group share directory
...und a post for Samba only, but I need this to work for local
access too:
http://www.mail-archive.com/samba at lists.samba.org/msg88752.html
STFW I found various posts with partial solutions based on Unix groups,
directory permissions, the group sticky bit, and default ACL's:
http://brunogirin.blogspot.com/2010/03/shared-folders-in-ubuntu-with-setgid.html
http://techslaves.org/2010/04/23/posix-default-acls-umask-and-project-directories/
Here is a Bourne shell script that implements a partial solution:
#!/bin/sh
set -o nounset
set -o errexit
DIR=/mnt/z/data/Gro...