Difference between revisions of "Linux/command/quota"
Jump to navigation
Jump to search
(→Articles: example) |
|||
Line 2: | Line 2: | ||
==Articles== | ==Articles== | ||
* [[quota manpage]] | * [[quota manpage]] | ||
+ | ==Examples== | ||
+ | {{faint|bash-2.05$}} '''quota -g''' | ||
+ | Disk quotas for group wikigrp (gid 524): | ||
+ | Filesystem blocks quota limit grace files quota limit grace | ||
+ | /dev/hda6 50000* 50000 50000 none 53 0 0 | ||
+ | Disk quotas for group hypertwinsgrp (gid 508): none | ||
+ | Disk quotas for group vbzgrp (gid 523): none | ||
+ | {{faint|bash-2.05$}} |
Revision as of 23:33, 8 April 2006
quota is a Linux command for managing user disk-quotas, i.e. the amount of disk space each user is allowed to use. It can prevent files from being written to if doing so would exceed the disk quota.
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Articles
Examples
bash-2.05$ quota -g Disk quotas for group wikigrp (gid 524): Filesystem blocks quota limit grace files quota limit grace /dev/hda6 50000* 50000 50000 none 53 0 0 Disk quotas for group hypertwinsgrp (gid 508): none Disk quotas for group vbzgrp (gid 523): none bash-2.05$