Reference Guide

Table Of Contents
-soft_limit
Soft limit of the user quota, in bytes. No hard limit when set to 0. Value is rounded up to
match the physical block size of the filesystem.
-async
Perform asynchronous operation.
set
Modify a user quota instance.
Format
file_user_quota -id <value> set [ -hard_limit <0 .. 9223372036854775807 (8192.00P)> ] [
-soft_limit <0 .. 9223372036854775807 (8192.00P)> ] [ -async ]
Action qualifiers
-id
Unique identifier of the file user quota.
-hard_limit
Hard limit of the user quota, in bytes. No hard limit when set to 0. This value can be used to
compute amount of space that is consumed without limiting the space. Value is rounded up
to match the physical block size of the filesystem.
-soft_limit
Soft limit of the user quota, in bytes. No hard limit when set to 0. Value is rounded up to
match the physical block size of the filesystem.
-async
Perform asynchronous operation.
refresh
Refresh the cache with the actual value of the user quota.
Format
file_user_quota -id <value> refresh [ -async ]
Action qualifiers
-id
Unique identifier of the file user quota.
-async
Perform asynchronous operation.
453