summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2011-02-16 18:33:32 +0100
committerJan Kara <jack@suse.cz>2011-02-16 18:33:32 +0100
commitfe76269491078b4ac862d3009a2e14c51884868a (patch)
treeee6273e95cf87b39e502337f754f7c871f94e4c7
parentf9fddb72437a5566f7d56d67725326284e8c1007 (diff)
downloadlinuxquota-fe76269491078b4ac862d3009a2e14c51884868a.tar.gz
Explain meaning of the second column in repquota output
Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--repquota.817
1 files changed, 12 insertions, 5 deletions
diff --git a/repquota.8 b/repquota.8
index 7580f64..a71cf6b 100644
--- a/repquota.8
+++ b/repquota.8
@@ -48,18 +48,25 @@ repquota \- summarize quotas for a filesystem
.B repquota
prints a summary of the disc usage and quotas for the specified file
systems. For each user the current number of files and amount of space
-(in kilobytes) is printed, along with any quotas created with
-.BR edquota (8).
-As
+(in kilobytes) is printed, along with any quota limits set with
+.BR edquota (8)
+or
+.BR setquota (8).
+In the second column repquota prints two characters marking which limits are
+exceeded. If user is over his space softlimit or reaches his space hardlimit in
+case softlimit is unset, the first character is '+'. Otherwise the character
+printed is '-'. The second character denotes the state of inode usage
+analogously.
+
.B repquota
has to translate ids of all users/groups to names (unless option
.B -n
-was specified) it may take a while to
+was specified) so it may take a while to
print all the information. To make translating as fast as possible
.B repquota
tries to detect (by reading
.BR /etc/nsswitch.conf )
-whether entries are stored in standard plain text file or in database and either
+whether entries are stored in standard plain text file or in a database and either
translates chunks of 1024 names or each name individually. You can override this
autodetection by
.B -c