man diskuse (Administration système) - calculates the amount of disk space used
NAME
diskuse - calculates the amount of disk space used
SYNOPSIS
diskuse [ options ] dir1 dir2 ... dirN
DESCRIPTION
diskuse calculates the amount of disk space used underneath the given directory (or directories). Either a --group or a --user option is required. If both are used, only files whose ownership matches both the given name and group will be added to the disk usage sum.
OPTIONS
--G Display the number of bytes in units of gigabytes. The default number is in bytes.
- --K
- Display the number of bytes in units of kilobytes. The default number is in bytes.
- --M
- Display the number of bytes in units of megabytes. The default number is in bytes.
- --dir-tally
- Count the size of directories toward the disk usage sum. The default is to consider regular files only.
- --group
- Count files owned by this group in the disk usage sum.
- --help
- Display this message.
- --user
- Count files owned by this user in the disk usage sum.
- --verbose
- Display diagnostic output while diskuse is running.
AUTHORS
The Proftpd team. See http://www.proftpd.org/ for information.
COPYRIGHT
Copyright (C) 2000-2002 TJ Saunders <tj@castaglia.org>.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
NOTES
Manual page written for Debian GNU/Linux by Francesco P. Lovergine <frankie@debian.org>, Sep 2005