Re: File Permissions: Allow write, but not modify

2005-08-19 Thread Chris Purves
On 8/19/05, Niklas Schönberg <[EMAIL PROTECTED]> wrote: > > Chris Purves wrote: > > Is it possible to set up a directory so that a user can add a new > > file, but once the file is there the same user cannot modify, rename, > > or delete the file? > > > > The shared directory is a samba share, and

Re: File Permissions: Allow write, but not modify

2005-08-18 Thread Niklas Schönberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Purves wrote: > Is it possible to set up a directory so that a user can add a new > file, but once the file is there the same user cannot modify, rename, > or delete the file? > > The shared directory is a samba share, and will only be accessed

Re: File Permissions: Allow write, but not modify

2005-08-18 Thread michael
Quoting Chris Purves <[EMAIL PROTECTED]>: Is it possible to set up a directory so that a user can add a new file, but once the file is there the same user cannot modify, rename, or delete the file? The shared directory is a samba share, and will only be accessed through windows, so solving this

Re: File Permissions: Allow write, but not modify

2005-08-18 Thread Alexander Schmehl
* Chris Purves <[EMAIL PROTECTED]> [050818 06:01]: > Is it possible to set up a directory so that a user can add a new > file, but once the file is there the same user cannot modify, rename, > or delete the file? Not sure, but perhaps with "chattr +a "? Yours sincerely, Alexander -- http://l

File Permissions: Allow write, but not modify

2005-08-17 Thread Chris Purves
Is it possible to set up a directory so that a user can add a new file, but once the file is there the same user cannot modify, rename, or delete the file? The shared directory is a samba share, and will only be accessed through windows, so solving this problem through samba is just as good. --