quota(1) General Commands Manual quota(1)Name
quota - display disk usage and limits
Syntax
quota [-qv] [user...]
Description
The command displays users' disk usage and limits. Only the super-user may use the optional user argument to view the limits of users
other than himself.
The command reports only on file systems which have disk quotas. If exits with a non-zero status, one or more file systems are over quota.
Options-q Prints a message that contains information only on file systems where usage is over quota
-v Displays users quotas on file systems where no storage is allocated.
See Alsoquota(2), edquota(8), quotaon(8),
"Disk Quotas in a UNIX Environment", ULTRIX Supplementary Documents
Vol. III: System Manager
quota(1)
Check Out this Related Man Page
quota(1) General Commands Manual quota(1)NAME
quota - displays disk usage and limits
SYNOPSIS
quota [-agGuUqv]
quota [-a] [-g] [groupname] [-qv]
quota [-a] [-G] [groupID] [-qv]
quota [-a] [-u] [username] [-qv]
quota [-a] [-U] [userID] [-qv]
OPTIONS
Displays quota information for all mounted file systems: those in the /etc/fstab file and those mounted manually or with automount. The -q
option takes precedence over the -a option. When specified without the groupname argument, displays group quotas for groups of which you
are a member. Displays group quotas for the group when you specify groupname. When specified without the groupID argument, displays group
quotas for groups of which you are a member. Displays group quotas for the group when you specify groupID. Displays only your user quotas
(the default) when specified without the username argument. Displays user quotas for the user when you specify username. Displays only
your user quotas (the default) when specified without the userID argument. Displays user quotas for the user when you specify userID.
Displays information only for file systems that have disk quotas and where usage is over quota. Takes precedence over the -v and -a
options. Displays quota information for all mounted file systems that are specified in the /etc/fstab file. Quota information is dis-
played for each file system whether or not quotas are enabled for it. The -q option takes precedence over the -v option.
DESCRIPTION
The quota command displays disk space usage and limits. Disk quotas are displayed as 1 kilobyte blocks.
By default, only your user quotas are displayed. If you use the -g or the -G option without an argument, the quota command displays group
quotas for groups of which you are a member.
Unless you use the -v option, the quota command reports only on file systems listed in /etc/fstab that have disk quotas and under which you
have files. If quota exits with a status of 1, one or more file systems are over quota. If quota exits with a status of 2, there are sys-
tem errors.
NOTES
The term file system represents either a UFS file system or an AdvFS fileset.
Do not use both a user and a group option in the same command.
RESTRICTIONS
You must be the root user to use the optional username or userID argument to view information about another user, or to use the optional
groupname or groupID argument to view information about a group to which you do not belong.
FILES
Contains user quotas for each file system. Contains group quotas for each file system. Contains file system names and locations.
SEE ALSO edquota(8), quot(8), quotacheck(8), quotaon(8), quotaoff(8), repquota(8), quotactl(2), fstab(4)quota(1)
I am getting this email error now from a script (which I have not changed and has bee up for a while)
Subject: Cron <aquarank@fish> /home/aquarank/www/cgi-bin/cron/rerank.cgi
/bin/date: write error: File too large
What file is too large? (9 Replies)
Hello,
I'm having some trouble with the quota's I've set on our HP-UX B.11.00 U 9000/800. Well not really with the quota's because I was able to set them and get them working without a problem but the problem resides somewhere with our AS/U (Advanced Server for HP9000 Release B.04.06.07 and... (5 Replies)
I keep on getting an error on my site saying
I've got a 250GB dedicated server, and have used less than 200mb of that.
The site has only been on the server for just over a month.
What does this mean and how can I sort it? (8 Replies)
I'm having trouble setting up passwordless ssh; specifically - I can only setup 2 remote hosts because when I try to add another to my known_hosts file it just won't. More investigation reveals various errors relating to 'No space left on device'.
There is plenty of free disk space; user quotas... (9 Replies)
Hi peeps,
I have a teenage lad who needs to learn some discipline with internet access etc. etc. My main problem is that he is downloading so much that he is using more than his fair share. What I'd like to do is set a download quota for him so that he can learn what this all means. Can... (10 Replies)
Hello, I am running a Solaris 8 system.
I Have encountered that each time I ask the system to report to me the users who have or are about to exceed their quota limit for disk usage, a strange number appears in a user name, it does not appear in my /etc/group or in my /etc/passwd files
The user... (13 Replies)
Hi,
I am trying to make a script in which the user is notified once the disk space of the environment increases a particular threshold.
I have made a script for it but I am facing an error while executing it.
Could any one here guide me further??
Script
#!/bin/sh
warninglimit=350000... (22 Replies)
Hi All,
for a script I'm writing I need to be able to put the following command in a variable:
tail -30 <file> | egrep "JBoss \(MX MicroKernel\) .* Started"
I thought surround it with single quotes would work. However, it doesnt escape the wildcard, and results in the wildcard being expanded... (8 Replies)
I haven't been able to do anything since yesterday evening because my account is full to the brim. Very annoying on a Friday evening when no admin will be in until Monday morning. Of course, I might consider cleaning up if I knew where the problem is, but I can't figure it out because du and df... (8 Replies)
I have a csv file with 3 columns. Fields are comma delimited and strings are enclosed with quotation marks "". About 40% of the time, the line of values will start a new line thanks to carriage return characters within a string.
Example:
"apple","banana","orange"
"pineapple","grape","straw... (6 Replies)
This is the full file name I get when I do ls -lt from my current directory.
EXPORT_v1x0_20120811_11_T_065800_070000.dat.gz
File names also consist of date as well. In the above file date is 20120811.
So I am trying to delete all the files which starts with EXPORT_v1x0 and whose... (7 Replies)
There is a closed thread called "carriage returns within quotation marks causing new lines in csv" that I am unable to post to, so I am starting a new thread.
The awk solution worked perfectly in most cases. We have some cases where there are multiple carriage returns within a single quoted... (9 Replies)
First post on this excellent forum.
I have problem using an variable in sed. I've been quoting until my eyes bleeds now:o
I want to match IPV6 addresses and join it with the line that follows.
This works when i use it without an variable.
cat test.txt | sed -e '/^2001/{N;s/\n//;}' But when... (9 Replies)