Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

quota(1m) [opensolaris man page]

quota(1M)						  System Administration Commands						 quota(1M)

NAME
quota - display a user's ufs file system disk quota and usage SYNOPSIS
quota [-v] [username] DESCRIPTION
quota displays users' UFS disk usage and limits. Only the super-user may use the optional username argument to view the limits of other users. quota without options only display warnings about mounted file systems where usage is over quota. Remotely mounted file systems which do not have quotas turned on are ignored. username can be the numeric UID of a user. OPTIONS
-v Display user's quota on all mounted file systems where quotas exist. USAGE
See largefile(5) for the description of the behavior of quota when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes). FILES
/etc/mnttab list of currently mounted filesystems ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
edquota(1M), quotaon(1M), quotacheck(1M), repquota(1M), rquotad(1M), attributes(5), largefile(5), zones(5) NOTES
quota displays quotas for NFS mounted UFS-based file systems if the rquotad daemon is running. See rquotad(1M). In a zones(5) environment, quota displays quotas only for the zone in which it is invoked. quota can display entries for the same file system multiple times for multiple mount points. For example, # quota -v user1 might display identical quota information for user1 at the mount points /home/user1, /home/user2, and /home/user, if all three mount points are mounted from the same file system with quotas turned on. SunOS 5.11 11 Nov 2008 quota(1M)

Check Out this Related Man Page

quotaon(1M)                                               System Administration Commands                                               quotaon(1M)

NAME
quotaon, quotaoff - turn ufs file system quotas on and off SYNOPSIS
quotaon [-v] filesystem... quotaon -a [-v] quotaoff [-v] filesystem... quotaoff -a [-v] DESCRIPTION
quotaon turns on disk quotas for one or more ufs file systems. Before a file system may have quotas enabled, a file named quotas, owned by root, must exist in the root directory of the file system. See edquota(1M) for details on how to modify the contents of this file. quotaoff turns off disk quotas for one or more ufs file systems. The file systems specified must already be mounted. These commands update the mntopts field of the appropriate entries in /etc/mnttab to indicate when quotas are on or off for each file sys- tem. If quotas are on, the string quota will be added to mntopts; if quotas are off, the quota string is not present. filesystem must be either the mount point of a file system, or the block device on which the file system resides. OPTIONS
quotaon -a This option is normally used at boot time to enable quotas. It applies only to those file systems in /etc/vfstab which have ``rq'' in the mntopts field, are currently mounted ``rw'', and have a quotas file in the root directory. -v Display a message for each file system after quotas are turned on. quotaoff -a Force all file systems in /etc/mnttab to have their quotas disabled. -v Display a message for each file system affected. USAGE
See largefile(5) for the description of the behavior of quotaon and quotaoff when encountering files greater than or equal to 2 Gbyte ( 2 **31 bytes). FILES
/etc/mnttab mounted file systems /etc/vfstab list of default parameters for each file system ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
edquota(1M), quota(1M), quotacheck(1M), repquota(1M), mnttab(4), vfstab(4), attributes(5), largefile(5), quotactl(7I) SunOS 5.10 16 Sep 1996 quotaon(1M)
Man Page