Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Quota Question

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
zemon
Posts: 3
Joined: 2013-10-02 20:24

Quota Question

#1 Post by zemon »

I want to display users quota in human readable format, so if the size is over 1 GB I want the quotas displayed in GBs

So when I issue the command below should I not get the results in GB ?

Code: Select all

repquota -sa
bob -- 87200M 400G 440G 879 0 0
dave -- 255G 400G 440G 3627 0 0
jim -- 10664M 400G 440G 230 0 0
tom -- 10737M 400G 440G 636 0 0

User bobs usage is 86GB, should 86GB not be displayed rather than 87200M?

fayad
Posts: 26
Joined: 2012-08-31 17:13

Re: Quota Question

#2 Post by fayad »

It appears repquota has poor reputation in providing human readable output.
However you can try this https://groups.google.com/forum/#!topic ... HGbS95BEeo

Post Reply