Re: [SLE] Permissions From: Stefan Troeger <stefan.troeger@wirtschaft.tu-chemnitz.de> To: suse-linux-e@suse.com Hi, On Sun, Nov 28, 1999 at 09:13 -0500, Tim Shann wrote:
directory you want. If security is an issue then I doubt you would want this. At this point I kinda think your stuck with having each user set permissions as they create files/directories. Even when a user makes a copy permissions will be set according to the umask, and that user, or root, will have to reset permissions for group access. In a GUI such as KFM this quick and painless. I
To avoid this mess, one could do this: - Create an own private group for every user, e. g. I'm user sttr and my group is sttr, as well. - Change everyone's umask to 007. - Create a group for all users who will have access to a shared directory, say sharegrp. - Create that shared directory, let's call it sharedir, and do a chgrp sharegrp sharedir chmod 2770 sharedir Now all files/directories created in sharedir will automatically be accessible to the members of sharegrp. Ciao, Stefan This sounds much more elegant than even my vfat suggestion. By golly I'm gonna try it just for the hell of it. Tim, NJ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (1)
-
tajc@goes.com