![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySQL Quotas | Nilesh_lf | Linux | 2 | 01-26-2008 09:07 AM |
| auto quotas? | mcady_02 | Filesystems, Disks and Memory | 3 | 04-22-2006 08:08 PM |
| AIX 5.3 quotas | rondebbs | UNIX for Dummies Questions & Answers | 0 | 01-05-2006 08:26 PM |
| Quotas and NIS | meyersp | SUN Solaris | 4 | 10-22-2003 01:09 PM |
| Need help!! script for quotas | tomapam | Shell Programming and Scripting | 2 | 10-07-2002 07:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
RedHat 7.0
Caldera 2.4 From Windows 2000 server, you can allow ceratin users to use only so much disk space when they login. I'm sure you can do that in Linux/UNIX, but I just don't know how or what you call them here (disk quotas maybe?). Anyway, any kind help is always greatly appreciated. Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
In Unix they are called edquota. edquota -u to edit user quotas and edquota -g to edit group quotas.
To check the Quota size for a User or a Group, the syntax for this is : quota [-guqv] quota [-qv] -u username ... quota [-qv] -g groupname ... You can use du (disk usage) to find out the users Usage space over a disk space. For more information try man edquota or man quota. Do post back. |
||||
| Google The UNIX and Linux Forums |