Information and Links
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
Listing disk and user quota on RHEL and Ensim
Today I need to quickly check the disk quota on a few of my clients. Since I keep forgetting what the command is to do this, I felt it worth posting here.
Taken from this Redhat page:
-
repquota <mount -point>
On my server I entered 'repquota /' (without the quotes).
For more information checkout the redhat page on how to set up and manage user and disk quotas.

