svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
quota(8)
quota(8) System Administration Commands quota(8)
NAME
quota - display a user's ufs or zfs file system disk quota and usage
SYNOPSIS
quota [-hv] [--scale[=item1,item2,...]] [username]
DESCRIPTION
quota displays users' UFS or ZFS disk usage and limits. File sizes are
displayed as 1024 byte blocks, while UFS inode counts are displayed di‐
rectly. The {PRIV_SYS_MOUNT} privilege is required to use the optional
username argument to view the usage and limits of other users.
quota without options only display warnings about mounted file systems
where usage is over quota. Remotely mounted file systems which are not
mounted with the quota option or do not have quotas turned on are ig‐
nored. See mount_nfs(8).
username can be the numeric UID of a user.
quota only checks NFS filesystems which are explicitly mounted with the
quota mount option.
OPTIONS
-h
Prints all quota values scaled to a human readable format. The -h
option is equivalent to using the --scale=max,1024 option.
--scale[=item1,item2,...]
Prints all quota values scaled to a human readable format. Scaling
is done by repetitively dividing by 1024, unless otherwise speci‐
fied. --scale specified without arguments enables default scaled
output, and is equivalent to --scale=max,1024. See scale(7) for a
complete description of --scale features.
-v
Display user's quota on all mounted file systems not mounted with
noquota where quotas exist.
-?
--help
Print usage message and immediately exit.
FILES
/etc/mnttab list of currently mounted filesystems
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/core-os
SEE ALSO
attributes(7), privileges(7), scale(7), zones(7), edquota(8),
mount_nfs(8), quotacheck(8), quotaon(8), repquota(8), rquotad(8)
NOTES
quota displays quotas for NFS mounted UFS- or ZFS-based file systems if
the rquotad daemon is running. See rquotad(8). In a zones(7) environ‐
ment, 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.
Oracle Solaris 11.4 1 Feb 2022 quota(8)