On Thu, 26 Oct 2000 [EMAIL PROTECTED] wrote:
>
> I have also question regarding to sgid.
> Let say I have set sgid to /home/office/ and permission like "d r w x r w
> s- - -" myuser office
> Know when anyone part of office group will create file or directory it will
> be automatically owned by that user with office group.
> If I create directory it will automatically get drwxrws permission as well.
> However when I create this directory from WIN98 (using samba) this
> directory will not have sticky bit set to "s" .
> Any idea?
smb.conf, entry for the home directory, directory mask command
> How do I recursively change mode on directory structure to drwxrws- - -
> (but only for directory not for files) chmod -R 2770 will create sticky bit
> on all file as well?
find /home/office -type d -exec chmod 2770 {} \;
- rick warner
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list