Re: Differentiated writable permissions

2010-06-04 Thread thib
Anand Sivaram wrote: I dont think you could do that in filesystem level, since when 'w' permission is given the user could create both files and directories, but without 'w' permission the user cant do both. May be you could give readonly permission to all directories except one where this user

Re: Differentiated writable permissions

2010-06-03 Thread Anand Sivaram
On Thu, Jun 3, 2010 at 16:09, Daniel Bareiro wrote: > Hi all! > > Yesterday someone asked me the possibility to create two users for FTP > access. One that had the ability to create any type of file and other > that could create any type of files except directories to avoid changing > the structu

Differentiated writable permissions

2010-06-03 Thread Daniel Bareiro
Hi all! Yesterday someone asked me the possibility to create two users for FTP access. One that had the ability to create any type of file and other that could create any type of files except directories to avoid changing the structure of the access tree. As I'm using ProFTPd, I thought this coul