3 fs listquota - Displays quota information for the volume containing a file or
8 B<fs listquota> [B<-path> <I<dir/file path>>+] [-help]
10 B<fs listq> [B<-p> <I<dir/file path>>+] [-h]
12 B<fs lq> [B<-p> <I<dir/file path>>+] [-h]
16 The fs listquota command displays information about the volume
17 containing each specified directory or file (its name, quota, and amount of
18 disk space used), along with an indicator of the percentage of space used on
21 To display more information about the host partition, use the fs
24 To set volume quota, use the B<fs setquota> or fs setvol
33 Names a file or directory that resides in the volume about which to
34 produce output. Partial pathnames are interpreted relative to the
35 current working directory, which is also the default value if this argument is
40 Prints the online help for this command. All other valid options
47 The output displays information about the volume that houses each specified
48 directory or file, in a tabular format that uses the following headers:
55 The name of the volume.
60 The volume's quota in kilobytes, or the string C<no limit> to
61 indicate an unlimited quota.
66 The number of kilobytes of quota used.
71 The percentage of the volume's quota that is used (the
72 C<Used> statistic divided by the C<Quota> statistic, times
78 The percentage of space used on the partition that houses the
79 volume. Although not directly related to how much of the user's
80 quota is used, it is reported because a full partition can cause writing of
81 data back to the volume to fail even when the volume has not reached its
88 The following example shows the output for the volume
91 % fs listquota -path /afs/abc.com/usr/smith
92 Volume Name Quota Used % Used Partition
93 user.smith 15000 5071 34% 86%
95 =head1 PRIVILEGE REQUIRED
97 The issuer must have the B<l> (lookup) permission on the
98 ACL of the root directory of the volume that houses the file or directory
99 named by the B<-path> argument, and on the ACL of each directory that
100 precedes it in the pathname.
112 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
114 This documentation is covered by the IBM Public License Version 1.0. It was
115 converted from HTML to POD by software written by Chas Williams and Russ
116 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.