I want to give quota for each user on my linux box, so that each one will get only specified amount of disk space.
feedback
|
migrated from stackoverflow.com Aug 17 '10 at 14:12
This question came from our site for professional and enthusiast programmers.
|
Ideally you will have /home as a separate partition. If you do, try this: | ||||
|
feedback
|
|
Google is your friend | |||
|
feedback
|
|
Fredley tutorial is kinda out of date. This one is the one you need: Quota Mini Howto Basically you need to enable quotas on Remember that quota is enabled per filesystem, so if you have 3 different partitions you have to enable and edit the quotas on each one of them. Just read the howto carefully and you will be set. | |||
|
feedback
|