Re: Limit hd quota and memory usage by user at linux

2009-04-23 Thread Boyd Stephen Smith Jr.
In <907f512f0904230240r19c01f8chc0a9e173e12ad...@mail.gmail.com>, Pablo Augusto wrote: >i need limit hd quita and memory usage by user >whats the best way to do this? For RAM: ulimit and friends. For HD: filesystem quotas. -- Boyd Stephen Smith Jr. ,= ,-_-. =. b...@iguanasuicid

Limit hd quota and memory usage by user at linux

2009-04-23 Thread Pablo Augusto
Hello i need limit hd quita and memory usage by user whats the best way to do this? for example: lets supose i have a server with 4gb ram and 40gb hd, i want share all resources with 4 users, so each one must have garanteed 1gb ram (can use more if are avaiable) and use max 10gb hd. how can i do