kedd 19 szeptember 2006 14.15 dátummal Remy Blank ezt írta:
> Stefán István wrote:
> > Is there any way to tell 
> > the Linux to automatically set the rights to 664 or 775 in this common 
> > directory (and only in this)?
> 
> This is normally done by setting the umask to 002 instead of 022 for all
> users (in /etc/profile), and creating a separate primary group for every
> user with the same name as the user. Then all files and directories
> created by users will have 664 resp. 775 permissions. When creating
> files in "normal" directories, the files will have the "private" primary
> group of the user, and will therefore only be writable by the user. When
> creating files in directories with the SGID bit set, the group will be
> the same as the directory, and the file will be writable by all members
> of the group.
> 
> This is the default strategy in RedHat distributions (or at least it was
> when I switched to Gentoo, around 9.0 or so).
> 
> You might be able to get the same effect locally (i.e. only in your
> shared directory) by using POSIX ACLs. See 'man acl' for more info.

Okay, I think I have to use acl. I've read its documentation, and set up the 
following acl's:

setfacl -m d:u::rw /home/stefi/kepek/
setfacl -m d:g::rw /home/stefi/kepek/
setfacl -m d:o::r /home/stefi/kepek/

Now, if I create a file in this directory, it's permission will be 664 instead 
of the default 644. That's very good.
But if I create a directory it's permissons also will be 664. But I want it to 
be 775. How can I achive this?


Thanks,
Istvan

-- 
gentoo-user@gentoo.org mailing list

Reply via email to