DF(1) - General Commands Manual # DF(1) - General Commands Manual
NAME # df - display free disk space
SYNOPSIS # df [-hiklnP] [-t type] [[file | file_system] …]
DESCRIPTION # The df utility displays statistics about the amount of free disk space on the specified file_system or on the file system of which file is a part. By default, values are displayed as 512-byte block counts. If no operands are specified, statistics for all mounted file systems are displayed (subject to the -l and -t options, below).
...
EDQUOTA(8) - System Manager’s Manual # EDQUOTA(8) - System Manager’s Manual
NAME # edquota - edit user quotas
SYNOPSIS # edquota [-u] [-p proto-username] username | uid …
edquota -g [-p proto-groupname] groupname | gid …
edquota -t [-u]
edquota -g -t
DESCRIPTION # edquota is a quota editor. By default, or if the -u flag is specified, one or more users may be specified on the command line. If a numeric ID is given instead of a name, that UID/GID will be used even if there is not a corresponding ID in the /etc/passwd or /etc/group files.
...
FSTAB(5) - File Formats Manual # FSTAB(5) - File Formats Manual
NAME # fstab - static information about the filesystems
SYNOPSIS # #include <fstab.h>
DESCRIPTION # The fstab file contains descriptive information about the various file systems. fstab is only read by programs, and not written; it is the duty of the system administrator to properly create and maintain this file. Each filesystem is described on a separate line; fields on each line are separated by tabs or spaces.
...
QUOT(8) - System Manager’s Manual # QUOT(8) - System Manager’s Manual
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 user.
The options are as follows:
-a
Include statistics for all mounted filesystems.
-c
Display three columns containing number of blocks per file, number of files in this category, and aggregate total of blocks in files with this or lower size.
...
QUOTA(1) - General Commands Manual # QUOTA(1) - General Commands Manual
NAME # quota - display disk usage and limits
SYNOPSIS # quota [-q | -v] [-gu]
quota [-q | -v] -g group …
quota [-q | -v] -u user …
DESCRIPTION # quota displays users’ disk usage and limits. By default only the user quotas are printed.
The options are as follows:
-g
Print group quotas for the group of which the user is a member.
...
QUOTACHECK(8) - System Manager’s Manual # QUOTACHECK(8) - System Manager’s Manual
NAME # quotacheck - filesystem quota consistency checker
SYNOPSIS # quotacheck [-adguv] [-l maxparallel] filesystem …
DESCRIPTION # quotacheck examines each filesystem, builds a table of current disk usage, and compares this table against that recorded in the disk quota file for the filesystem. If any inconsistencies are detected, both the quota file and the current system copy of the incorrect quotas are updated (the latter only occurs if an active filesystem is checked).
...
QUOTAON(8) - System Manager’s Manual # QUOTAON(8) - System Manager’s Manual
NAME # quotaon, quotaoff - turn filesystem quotas on and off
SYNOPSIS # quotaon [-aguv] filesystem …
quotaoff [-aguv] filesystem …
DESCRIPTION # quotaon announces to the system that disk quotas should be enabled on one or more filesystems. quotaoff announces to the system that the specified filesystems should have any disk quotas turned off. The filesystems specified must have entries in /etc/fstab and be mounted.
...
REPQUOTA(8) - System Manager’s Manual # REPQUOTA(8) - System Manager’s Manual
NAME # repquota - summarize quotas for a file system
SYNOPSIS # repquota [-guv] -a
repquota [-guv] filesystem …
DESCRIPTION # repquota prints a summary of the disk usage and quotas for the specified filesystem(s).
The options are as follows:
-a
Print the quotas of all filesystems listed in /etc/fstab.
-g
Print only group quotas (the default is to print both group and user quotas if they exist).
...
RPC.RQUOTAD(8) - System Manager’s Manual # RPC.RQUOTAD(8) - System Manager’s Manual
NAME # rquotad, rpc.rquotad - remote quota server
SYNOPSIS # rpc.rquotad
DESCRIPTION # rpc.rquotad is an rpc(3) server which returns quotas for a user of a local filesystem which is NFS-mounted onto a remote machine. quota(1) uses the results to display user quotas for remote filesystems. rpc.rquotad is normally invoked by inetd(8).
rpc.rquotad uses an RPC protocol defined in /usr/include/rpcsvc/rquota.
...