logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

parrot_lsalloc - list current status of a space allocation

Description

       parrot_lsalloc  examines  a given directory, determines if it is contained within a space allocation, and
       then displays the allocation size and the current usage. As the name  suggests,  the  command  only  runs
       correctly inside of the Parrot virtual file system, on file servers where space allocation is enabled.

       The path argument gives the directory to examine.  If none is given, the current directory is assumed.

Examples

       To list a space allocation on a Chirp server:

               % parrot_run bash
               % cd /chirp/myserver.somewhere.edu
               % parrot_lsalloc bigdir
               /chirp/myserver.somewhere.edu/bigdir
               10 GB TOTAL
               1 GB INUSE
               9 GB AVAIL
               % exit

Exit Status

       On  success,  returns  zero.   On failure, returns non-zero.  If the command is attempted on a filesystem
       that does not support space allocation, it will give the following error:

               parrot_lsalloc: This filesystem does not support allocations.

Name

parrot_lsalloc - list current status of a space allocation

Options

-h    Show help text.

See Also

CooperativeComputingToolsDocumentationParrotUserManualparrot_run(1)parrot_cp(1)parrot_getacl(1)parrot_setacl(1)parrot_mkalloc(1)parrot_lsalloc(1)parrot_locate(1)parrot_timeout(1)parrot_whoami(1)parrot_mount(1)parrot_md5(1)parrot_pack‐age_create(1)parrot_package_run(1)chroot_package_run(1)

CCTools 7.14.5 FINAL                                                                           parrot_lsalloc(1)

Synopsis

       parrot_lsalloc [path]

See Also