Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
QUOT(8) OpenBSD System Manager's Manual QUOT(8)
NAME
quot - display disk space occupied by each user
SYNOPSIS
quot [-acfhknv] [filesystem ...]
DESCRIPTION
Quot is used to gather statistics about the disk usage for each local us-
er.
The following options are available:
-a Include statistics for all mounted filesystems.
-c Display three columns containing number of blocks per file, num-
ber of files in this category, and aggregate total of blocks in
files with this or lower size.
-f For each user, display count of files and space occupied.
-h Estimate the number of blocks in each file based on its size.
Despite that this doesn't give the correct resuls (it doesn't ac-
count for the holes in files), this option isn't any faster and
thus is discouraged.
-k By default, all sizes are reported in 512-byte block counts. The
-k options causes the numbers to be reported in kilobyte counts.
-n Given a list of inodes (plus some optional data on each line) in
the standard input, for each file print out the owner (plus the
remainder of the input line). This is traditionally used in the
pipe:
ncheck filesystem | sort +0n | quot -n filesystem
to get a report of files and their owners.
-v In addition to the default output, display the number of files
not accessed within 30, 60 and 90 days.
ENVIRONMENT
BLOCKSIZE If the environment variable BLOCKSIZE is set, and the option
is not specified, the block counts will be displayed in units
of that size block.
SEE ALSO
df(1), quota(1), getmntinfo(3), fstab(5), mount(8)
4th Berkeley Distribution February 8, 1994 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for quot(8) OpenBSD sources for quot(8)
Up to: File System Information - Obtaining information of the filesystem as a whole. Status of disk subsystems, capacity, etc.
Up to: Process Limits: Resources - Process Limits on resource usage (disk, CPU, memory, et al)
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
quot.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|