Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man8/quota.8
Real path: /usr/share/man/man8/quota.8
Zurück
'\" te .\" Portions Copyright (c) 1999, 2022, Oracle and/or its affiliates. .\" Copyright (c) 1989, AT&T. All rights reserved. .TH quota 8 "1 Feb 2022" "Oracle Solaris 11.4" "System Administration Commands" .SH NAME quota \- display a user's ufs or zfs file system disk quota and usage .SH SYNOPSIS .LP .nf \fBquota\fR [\fB-hv\fR] [\fB--scale\fR[=\fIitem1\fR,\fIitem2\fR,...]] [\fIusername\fR] .fi .SH DESCRIPTION .sp .LP \fBquota\fR displays users' UFS or ZFS disk usage and limits. File sizes are displayed as 1024 byte blocks, while UFS inode counts are displayed directly. The {\fBPRIV_SYS_MOUNT\fR} privilege is required to use the optional \fIusername\fR argument to view the usage and limits of other users. .sp .LP \fBquota\fR without options only display warnings about mounted file systems where usage is over quota. Remotely mounted file systems which are not mounted with the \fBquota\fR option or do not have quotas turned on are ignored. See \fBmount_nfs\fR(8). .sp .LP \fIusername\fR can be the numeric UID of a user. .sp .LP \fBquota\fR only checks NFS filesystems which are explicitly mounted with the \fBquota\fR mount option. .SH OPTIONS .sp .ne 2 .mk .na \fB\fB-h\fR\fR .ad .br .sp .6 .RS 4n Prints all quota values scaled to a human readable format. The \fB-h\fR option is equivalent to using the \fB--scale=max,1024\fR option. .RE .sp .ne 2 .mk .na \fB\fB--scale[=item1,item2,...\fR]\fR .ad .br .sp .6 .RS 4n Prints all quota values scaled to a human readable format. Scaling is done by repetitively dividing by \fB1024\fR, unless otherwise specified. \fB--scale\fR specified without arguments enables default scaled output, and is equivalent to \fB--scale=max,1024\fR. See \fBscale\fR(7) for a complete description of \fB--scale\fR features. .RE .sp .ne 2 .mk .na \fB\fB-v\fR\fR .ad .br .sp .6 .RS 4n Display user's quota on all mounted file systems not mounted with \fBnoquota\fR where quotas exist. .RE .sp .ne 2 .mk .na \fB\fB-?\fR\fR .ad .br .na \fB\fB--help\fR\fR .ad .br .sp .6 .RS 4n Print usage message and immediately exit. .RE .SH FILES .sp .ne 2 .mk .na \fB\fB/etc/mnttab\fR\fR .ad .RS 15n .rt list of currently mounted filesystems .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/core-os .TE .sp .SH SEE ALSO .sp .LP \fBattributes\fR(7), \fBprivileges\fR(7), \fBscale\fR(7), \fBzones\fR(7), \fBedquota\fR(8), \fBmount_nfs\fR(8), \fBquotacheck\fR(8), \fBquotaon\fR(8), \fBrepquota\fR(8), \fBrquotad\fR(8) .SH NOTES .sp .LP \fBquota\fR displays quotas for NFS mounted UFS- or ZFS-based file systems if the \fBrquotad\fR daemon is running. See \fBrquotad\fR(8). In a \fBzones\fR(7) environment, \fBquota\fR displays quotas only for the zone in which it is invoked. .sp .LP \fBquota\fR can display entries for the same file system multiple times for multiple mount points. For example, .sp .in +2 .nf # \fBquota -v user1\fR .fi .in -2 .sp .sp .LP might display identical quota information for \fBuser1\fR at the mount points \fB/home/user1\fR, \fB/home/user2\fR, and \fB/home/user\fR, if all three mount points are mounted from the same file system with quotas turned on.