[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: default quota limits in linux (via quotactl())
Hi,
On Mon, 2003-01-27 at 14:41, Stefan (metze) Metzmacher wrote:
> I would like linux to handle default quota limits like NTFS 5 do it.
>
> So if a new user is added to the system and start to own disk space on a
> filesystem he
> should get the default quotas for the specified FS as his own quotas.
That's a user-space problem. A new user typically won't have a writable
area within /home until the sysadmin has created the new home directory,
so it's really up to the sysadmin to make sure that the quota for the
home filesystem has been set at the same time.
> I have searched in google to find another unix witch allready implements
> this feature,
> but I didn't find any.
The kernel doesn't need it --- just do it in the user-space user config
tool.
Cheers,
Stephen