table of contents
GFEDQUOTA(1) | Gfarm | GFEDQUOTA(1) |
NAME¶
gfedquota - edit file limits
SYNOPSIS¶
gfedquota [options] -u user_name
gfedquota [options] -g group_name
gfedquota [options] -D dirset_name
DESCRIPTION¶
gfedquota sets or changes the limitation of user, group and directory quota.
There are two kinds of limits which are "soft limit" and "hard limit". Soft limits have a grace period. Limitations can be specified by the total number of files, the total space of files, the total number of files including replicas and the total space of files including replicas. Specifying 'disable' or -1 removes the limitation. If no option is specified, no quota is imposed.
This command requires the gfarmadm group privilege except the -D option. The -D option requires the gfarmroot group privilege.
OPTIONS¶
-P NAME, --path=NAME
-u NAME, --user=NAME
-g NAME, --group=NAME
-D NAME, --dirset=NAME
-G SECOND, --grace=SECOND
-s BYTE, --softspc=BYTE
-h BYTE, --hardspc=BYTE
-m NUM, --softnum=NUM
-n NUM, --hardnum=NUM
-S BYTE, --physoftspc=BYTE
-H BYTE, --phyhardspc=BYTE
-M NUM, --physoftnum=NUM
-N NUM, --phyhardnum=NUM
-?
SEE ALSO¶
gfquota(1), gfquotacheck(1), gfdirquota(1), gfusage(1), Gfarm Users' Manual / Directory Quota
29 Oct 2016 | Gfarm |