[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Quota - delete Single Entry



On Fri June 13 2008 13:53:37 URNIL FGBEZ wrote:
> Hello dudes,
> After googling for 1 hour i question myself if anybody ever had that
> problem ( i found one guy in a forum but he didn't get an answer).
> Adding quota information to the quota table isn't a problem
> (E.G. quotatool -u 1500 -b -l 1500MB /srv )
>
> BUT if i delete user 1500 (userdel) the quota information still remains
> in the quota table commented out: #1500
>
>
> Is there a way to delete the quota information for a user after having
> deleted a user?

That usually means there are still files owned by that userid.  Try
"find /path/to/quota/filesystem -xdev -user 1500".  Remove or change owner
of any user-1500 files that are found.

--Mike Bird


Reply to: