3 fs_quota - Displays the quota used in the volume containing a directory or file
10 B<fs quota> S<<< [B<-path> <I<dir/file path>>+] >>> [B<-help>]
12 B<fs q> S<<< [B<-p> <I<dir/file path>>+] >>> [B<-h>]
19 The B<fs quota> command displays the percent of quota consumed in the
20 volume that contains each specified directory or file.
22 To display more detailed information about the volume and the partition it
23 resides on, use the B<fs examine> and B<fs listquota> commands.
25 To set volume quota, use the B<fs setquota> or B<fs setvol> command.
29 =include fragments/volsize-caution.pod
35 =item B<-path> <I<dir/file path>>
37 Names each file or directory for which to display the quota consumed in
38 its parent volume. Partial pathnames are interpreted relative to the
39 current working directory, which is also the default value if this
44 Prints the online help for this command. All other valid options are
51 The output reports the percent of volume quota used, in the following
54 <percent>% of quota used.
58 The following command lists the percent quota used of the volume housing
59 the current working directory:
64 The following command lists the percent quota used of both the volume
65 housing the current working directory's parent directory and the volume
66 housing the directory F</afs/example.com/usr/smith>:
68 % fs quota -path .. /afs/example.com/usr/smith
72 =head1 PRIVILEGE REQUIRED
74 The issuer must have the C<r> (read) permission on the ACL of the root
75 directory of the volume that houses the file or directory named by the
76 B<-path> argument, and C<l> (list) permission on the ACL of each
77 directory that precedes it in the pathname.
88 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
90 This documentation is covered by the IBM Public License Version 1.0. It was
91 converted from HTML to POD by software written by Chas Williams and Russ
92 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.