Help for this page

Select Code to Download


  1. or download this
    Type                 Path                           Policy       Snap 
    +Usage    
    -------------------- ------------------------------ ----------- ----- 
    +-------- 
    directory            /ifs/home/admin                enforcement    no 
    +  32K    
    ...
        [usage-with-no-overhead] (  43G)
        [usage-with-overhead] (  95G)
        [usage-inode-count] (606)
    
  2. or download this
    #!/usr/bin/perl -w
    my $filename = "quotas.txt";
    open FILE, "$filename" or die "Cannot open $filename for reading: $!\n
    +";
    ...
    #       print "$path,$usage,$threshold\n"; 
    #      }
    }