Linux/command/repquota: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
m Reference: tweak
Line 1: Line 1:
{{linuxcmd|repquota}} is a [[Linux]] command for reporting storage quota limits and usage.
{{linuxcmd|repquota}} is a [[Linux]] command for reporting storage quota limits and usage.
==Reference==
==Reference==
* {{manpagelink|repquota}}
* [[repquota manpage]]
 
==Examples==
==Examples==
* Show a lot of stuff about quota settings and usage, formatted understandably, with convenient arrow-scrolling:
* Show a lot of stuff about quota settings and usage, formatted understandably, with convenient arrow-scrolling:
  /usr/sbin/{{linuxcmd|repquota}} -av|{{linuxcmd|less}}
  /usr/sbin/{{linuxcmd|repquota}} -av|{{linuxcmd|less}}

Revision as of 13:19, 9 April 2006

Template:L/linux/cmd is a Linux command for reporting storage quota limits and usage.

Reference

Examples

  • Show a lot of stuff about quota settings and usage, formatted understandably, with convenient arrow-scrolling:
/usr/sbin/Template:L/linux/cmd -av|Template:L/linux/cmd