4 |
- |
1 |
display_max=100
|
|
|
2 |
block_size=1024
|
|
|
3 |
user_copy_command=edquota -u -p
|
|
|
4 |
group_copy_command=edquota -g -p
|
|
|
5 |
group_quotaoff_command=quotaoff -g
|
|
|
6 |
quotacheck_command=quotacheck -u -g
|
|
|
7 |
group_edquota_command=edquota -g
|
|
|
8 |
group_quota_command=quota -v -g
|
|
|
9 |
group_repquota_command=repquota -g -v
|
|
|
10 |
sort_mode=0
|
|
|
11 |
user_quota_command=quota -v -u
|
|
|
12 |
hide_uids=0
|
|
|
13 |
user_edquota_command=edquota -u
|
|
|
14 |
show_grace=1
|
|
|
15 |
group_setquota_command=setquota -g
|
|
|
16 |
user_quotaoff_command=quotaoff -u
|
|
|
17 |
email_msg=Disk usage for user ${USER} on filesystem ${FS} has reached ${PERCENT}% of the allowed quota. ${USED} of disk space is being used, out of a maximum of ${QUOTA}.
|
|
|
18 |
pc_show=1
|
|
|
19 |
user_quotaon_command=quotaon -u
|
|
|
20 |
group_quotaon_command=quotaon -g
|
|
|
21 |
user_setquota_command=setquota -u
|
|
|
22 |
user_grace_command=edquota -u -t
|
|
|
23 |
user_repquota_command=repquota -u -v
|
|
|
24 |
block_mode=1
|
|
|
25 |
group_grace_command=edquota -g -t
|