> > Hi Everyone, > > Is it possible to allow a user write permissions inside a particular > directory, but not allow them to modify the directory itself?
Yes. > > Thanks, > Peter Brezny > Skyrunner.net Just take away write permissions on the directory, but leave it on the file[s] in the directory. You have to leave x permission on the directory, but not necessarily r permission. ////jerry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message