> hi, > i am facing this problem. i have installed Suse Linux 8.1 in my network > and the Samba server is working fine. all the users can access the > network. > > i have a folder on my comp. say: "malani" and a group : "malanigroup" > with the foll. users: user1, user2, user3 ... > > and i have given it access to all the users. but i want to setup no > user/rights on this folder. say user1 makes a file in the folder, i > want it to be allowed to modify/delete by the other users in the group. > how do i do that? > > rt. now, i have used: > chown -R nobody.nobody /malani > command to give all the users access. but for giving them read/write > access, i have to again and again run "chmod -R g+w o+w u+w /malani" > command. > > how do i do that. > give write access to all the users belonging to the group malanigroup.
chown -R nobody.malanigroup /malani chmod -R g+w /malani i think this should do it ... but i'm sure there are better solutions to that one ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
