REPQUOTA(8) BSD System Manager's Manual REPQUOTA(8)NAME
repquota -- summarize quotas for a file system
SYNOPSIS
repquota [-g] [-u] [-v] filesystem ...
repquota [-g] [-u] [-v] -a
DESCRIPTION
Repquota prints a summary of the disk usage and quotas for the specified file systems.
Available options:
-a Print the quotas of all the filesystems configured with a quota mount option file at its root.
-g Print only group quotas (the default is to print both group and user quotas if they exist).
-u Print only user quotas (the default is to print both group and user quotas if they exist).
-v Print a header line before printing each filesystem quotas.
For each user or group, the current number of files and amount of space (in kilobytes) is printed, along with any quotas created with
edquota(8).
Only members of the operator group or the super-user may use this command.
FILES
Each of the following quota files is located at the root of the mounted filesystem. The mount option files are empty files whose existence
indicates that quotas are to be enabled for that filesystem.
.quota.user data file containing user quotas
.quota.group data file containing group quotas
.quota.ops.user mount option file used to enable user quotas
.quota.ops.group mount option file used to enable group quotas
SEE ALSO quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8)DIAGNOSTICS
Various messages about inaccessible files; self-explanatory.
HISTORY
The repquota command appeared in 4.2BSD.
4.2 Berkeley Distribution March 28, 2002 4.2 Berkeley Distribution
Check Out this Related Man Page
REPQUOTA(8) BSD System Manager's Manual REPQUOTA(8)NAME
repquota -- summarize quotas for a file system
SYNOPSIS
repquota [-g] [-u] [-v] filesystem ...
repquota [-g] [-u] [-v] -a
DESCRIPTION
Repquota prints a summary of the disk usage and quotas for the specified file systems.
Available options:
-a Print the quotas of all the filesystems configured with a quota mount option file at its root.
-g Print only group quotas (the default is to print both group and user quotas if they exist).
-u Print only user quotas (the default is to print both group and user quotas if they exist).
-v Print a header line before printing each filesystem quotas.
For each user or group, the current number of files and amount of space (in kilobytes) is printed, along with any quotas created with
edquota(8).
Only members of the operator group or the super-user may use this command.
FILES
Each of the following quota files is located at the root of the mounted filesystem. The mount option files are empty files whose existence
indicates that quotas are to be enabled for that filesystem.
.quota.user data file containing user quotas
.quota.group data file containing group quotas
.quota.ops.user mount option file used to enable user quotas
.quota.ops.group mount option file used to enable group quotas
SEE ALSO quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8)DIAGNOSTICS
Various messages about inaccessible files; self-explanatory.
HISTORY
The repquota command appeared in 4.2BSD.
4.2 Berkeley Distribution March 28, 2002 4.2 Berkeley Distribution
Dear Group,
I am not much used to UNIX. The company I am hosting wiht refuses to help me with this trouble, but as near as I can see, it is NOT my trouble.
I have had this service for over a year. I just renewed for another year and all of a sudden the disk quota has been disappearing. I... (3 Replies)
Hello:
I'm trying to run repquota -ag > /home/usersdir/repquota.txt as a daily cronjob at midnight, but the file always ends up blank.
I even tried writing a quick Perl script to e-mail me what running that command outputs, and it's nothing.
Can root run repquota as a cronjob? Do I have... (1 Reply)
here is the file i must use to write my script (from a repquota -g) :
Group used soft grace ...
group1 -- 270000 0 0 ...
group2 -- 1500005 0 0 ...
group3 -- 55 0 0
... ... ... ... ...
the script has to... (2 Replies)
Hello, I will be creating several users on a new AIX box. I would like to limit the amount of data they can keep. How can I do that in smit or with a command.
Thanks - Brad (0 Replies)
Heres a stupid question to all you Linux gods/goddesses.
Is there any way to have the system automatically set user quotas when a user account is created or does it have to be done by hand or a script. Every article, thread, anything Ive read so far only shows how to set quotas manually. Any... (3 Replies)
Hi,
Output of one of my command is :
Disk quotas for tren221 (uid 454):
Filesystem usage quota limit timeleft files quota limit timeleft
/home/t2 379528 1400000 1600000 11194 0 0
I just need to cut 379528 i.e usage value from it ,but I am... (2 Replies)
hello,
i want to implements user quotas. the problem is that all of our user names are integer numbers, like 8510453.
so when i set quota for a user (e.g. 8510453), it wont be set for that user name instead it will be set for exactly this: #8510453 (this is what webmin report shows).
i have... (5 Replies)
Guys , i have created diskquota on group and user, however when i use repquota /home i get the user names and the quota values all right, however when i set one for a group i cant check it with repquota -g.
help pls (0 Replies)
I am running on CentOS 5.3 x86 64bit.
I setup quotas on /home as I thought successfully, I tested numerous times with a couple of different users. I login this morning and find my /home near 100% wondering what happened.
I have one user that some how blew through his 3.5 gig quota and... (1 Reply)
Guys,
I have one question regarding the quotas on Linux machines.
Say, there are 3 users (user1, user2, user3) in a group (group1).
I set a quota limit on the group using "edquota -g grop1" and set to hard limit to 1GB.
Does it mean, combined disc space usage of (user1, user2, user3) can... (2 Replies)
Hello.. I wrote the following shell script to run disk quotas for assigning limits to users. I need to know the partition which the user has created and mount it. So i copied the partitions (which will be displayed after running fdisk -l) and separted the last line from it and cut the required... (0 Replies)
I have configured quota on (/ partition) my RHEL 5 machine .Repquota -a and Repquota -u filesystem_name commands are working fine but when i enter Repquota -u user_name it gives following error .
repquota: can't stat() given mountpoint user_name: no such file or directory skipping ...... (0 Replies)
Hi,
I'm practicing new things with Linux/Unix and I need someone to point me at the right direction.
Lets say I create a user named user1. After creating it, how would I enable quotas for it. I have already added "userquota" under "/etc/fstab" and rebooted my system, but after I run the command... (1 Reply)