On Sat, 2004-01-17 at 21:47, Phil Scarratt wrote: > Hi all > > Just wondering what people come up with as far as the easiest way to > create a sub-directory under all users home directory with appropriate > permissions. In the order of 400 users, with approx 50 in one primary > group and the rest in another primary group. Permissions need to be 700.
sudo. Set up the users to run their scripts (controlled) under sudo and then they can access the directory. -- Thanks KenF OpenOffice.org developer -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
