RE: Prevent directory creation/deletion

2003-10-10 Thread Douglas
My solution to this would be to give all of the user the same group and then chgrp -R the base directory. Depending on how the users have access to said filename you could also chroot them into that directory. Just my two cents though I am sure there is a better way. -Douglas -Origina

RE: Prevent directory creation/deletion

2003-10-10 Thread Wade Chandler
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Hughes Sent: Friday, October 10, 2003 10:56 AM To: [EMAIL PROTECTED] Subject: Re: Prevent directory creation/deletion On Fri, 2003-10-10 at 08:42, Nick Kishfy wrote: > I am creating a somewhat complex directory structure for my company >

Re: Prevent directory creation/deletion

2003-10-10 Thread Bret Hughes
On Fri, 2003-10-10 at 08:42, Nick Kishfy wrote: > I am creating a somewhat complex directory structure for my company > and I want the users to be able to create and delete files inside the > entire directory structure but I don't want them to be able to create > or delete directories anywhere. Can