Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
REPQUOTA(8)		  BSD System Manager's Manual		   REPQUOTA(8)

NAME
     repquota -- summarize quotas for a	file system

SYNOPSIS
     repquota [-g] [-n]	[-u] [-v] filesystem ...
     repquota [-g] [-n]	[-u] [-v] -a

DESCRIPTION
     The repquota utility prints a summary of the disk usage and quotas	for
     the specified file	systems.

     Available options:

     -a	     Print the quotas of all the file systems listed in	/etc/fstab.

     -g	     Print only	group quotas (the default is to	print both group and
	     user quotas if they exist).

     -n	     Display user and group IDs	numerically rather than	converting to
	     a user or group name.

     -u	     Print only	user quotas (the default is to print both group	and
	     user quotas if they exist).

     -v	     Print a header line before	printing each file system quotas.

     For each user or group, the current number	files and amount of space (in
     kilobytes)	is printed, along with any quotas created with edquota(8).

     Only members of the operator group	or the super-user may use this com-
     mand.

FILES
     quota.user	  at the file system root with user quotas
     quota.group  at the file system root with group quotas
     /etc/fstab	  for file system names	and locations

SEE ALSO
     quota(1), quotactl(2), fstab(5), edquota(8), quotacheck(8), quotaon(8)

DIAGNOSTICS
     Various messages about inaccessible files;	self-explanatory.

HISTORY
     The repquota utility appeared in 4.2BSD.

BSD				 June 6, 1993				   BSD

NAME | SYNOPSIS | DESCRIPTION | FILES | SEE ALSO | DIAGNOSTICS | HISTORY

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=repquota&sektion=8&manpath=FreeBSD+5.2.1-RELEASE>

home | help