Eric S. Johansson [Sun, Nov 18, 2007 at 12:40:31AM -0500]: > [correcting permissions]
I suggest you to use ACLs on Linux, so permissions are always correct. Especially default ACLs are pretty well supported by Linux, so you can do things like setfacl -m d:g:yourgroup:rwx -R . and to specify the ACL-mask setfacl -m d:m:rwx -R . And to set ACLs on already created files / directoryies: setfacl -m g:yourgroup:rwx -R . setfacl -m m:rwx -R . Makes like much easier and does not need any manual (or automatic manual) action. Sincerly Nico P.S.: You could otherwise also synchronise Unix-accounts with Windos-Accounts, though this is much more work. -- Think about Free and Open Source Software (FOSS). http://nico.schottelius.org/documentations/foss/the-term-foss/ PGP: BFE4 C736 ABE5 406F 8F42 F7CF B8BE F92A 9885 188C
signature.asc
Description: Digital signature
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html