| Skip Navigation Links | |
| Exit Print View | |
|
Sun QFS and Sun Storage Archive Manager 5.3 Reference Manual Sun QFS and Sun Storage Archive Manager 5.3 Information Library |
1. User Commands (Man Pages Section 1)
2. Maintenance Commands (Man Pages Section 1M)
3. Library Functions (Man Pages Section 3)
4. Library Functions (Man Pages Section 3X)
5. File Formats (Man Pages Section 4)
NAME
samquotastat - Reports on active and inactive file system
quotas
SYNOPSIS
samquotastat [-a] [-g] [-h] [-u] file
AVAILABILITY
SUNWsamfs
SUNWqfs
DESCRIPTION
The samquotastat command reports whether user, group, or
admin set quotas are enabled on the file system that
contains file. If only the file argument is specified,
output is generated as if the -a, -g, and -u arguments had
all been specified. This command accepts the following
arguments:
-a Generates information on admin set quotas.
-g Generates information on group quotas.
-h Generates a brief usage summary.
-u Generates information on user quotas.
file Specify either a specific file name, a path to a
file, or the file system mount point. If a file
name or path to a file is specified, the command
generates the report for the file system in which
the file resides.
EXAMPLES
server% samquotastat /qfs1
admin quota enabled
group quota enabled
user quota disabled
EXIT STATUS
This command exits with a status of zero if any queried
quota types are enabled.
SEE ALSO
squota(1).
samquota(1M), samfsck(1M).
NOTES