Re: How to set only delete permision in a directory and theirs subdirectories.

2010-01-06 Thread Marc Aymerich
On Thu, Jan 7, 2010 at 4:10 AM, Marc Aymerich  wrote: > > > On Thu, Jan 7, 2010 at 3:53 AM, Alex Samad  wrote: >> >> On Thu, Jan 07, 2010 at 02:29:25AM +0100, Marc Aymerich wrote: >> > Hi all! >> > >> > I can't use kernel quota module and I would like implement a substitute >> > for it. My idea is

Re: How to set only delete permision in a directory and theirs subdirectories.

2010-01-06 Thread Alex Samad
On Thu, Jan 07, 2010 at 04:10:19AM +0100, Marc Aymerich wrote: > On Thu, Jan 7, 2010 at 3:53 AM, Alex Samad wrote: > > > On Thu, Jan 07, 2010 at 02:29:25AM +0100, Marc Aymerich wrote: > > > Hi all! [snip] > > use LVM and maker LV equal to the max size allocated to the user, then > > mount the p

Re: How to set only delete permision in a directory and theirs subdirectories.

2010-01-06 Thread Marc Aymerich
On Thu, Jan 7, 2010 at 3:53 AM, Alex Samad wrote: > On Thu, Jan 07, 2010 at 02:29:25AM +0100, Marc Aymerich wrote: > > Hi all! > > > > I can't use kernel quota module and I would like implement a substitute > > for it. My idea is run a 'du' every night that it counts the amount of > disk > > spac

Re: How to set only delete permision in a directory and theirs subdirectories.

2010-01-06 Thread Alex Samad
On Thu, Jan 07, 2010 at 02:29:25AM +0100, Marc Aymerich wrote: > Hi all! > > I can't use kernel quota module and I would like implement a substitute > for it. My idea is run a 'du' every night that it counts the amount of disk > space that every user has in his own home. The matter is, how can I p

How to set only delete permision in a directory and theirs subdirectories.

2010-01-06 Thread Marc Aymerich
Hi all! I can't use kernel quota module and I would like implement a substitute for it. My idea is run a 'du' every night that it counts the amount of disk space that every user has in his own home. The matter is, how can I prevent users from using more disk space than the allowed by their quota?.