diff options
author | Markus Hutmacher <mailing@markhu.de> | 2014-02-04 22:18:46 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:09 -0600 |
commit | c29d193bb20dd4823fc2e6b0215abac442c720ca (patch) | |
tree | ff3b751c460836438d1c11ad62318072f9b7ed0d /system/quotatool/README | |
parent | 77c2d813b669357b2a38241b2ff710ba6633608e (diff) |
system/quotatool: Added (filesystem quotas from command line).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/quotatool/README')
-rw-r--r-- | system/quotatool/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/quotatool/README b/system/quotatool/README new file mode 100644 index 000000000000..369cead0a9e3 --- /dev/null +++ b/system/quotatool/README @@ -0,0 +1,5 @@ +Quotatool is a utility to manipulate filesystem quotas from the commandline. + +Most quota-utilities are interactive, requiring manual intervention from the user. +Quotatool on the other hand is not, making it suitable for use in scripts and +other non-interactive situations. |