Quota

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
metrix
Posts: 94
Joined: 2002-10-26 15:52
 

Quota

Post by metrix »

Hi,

habe Quota bei mir eingerichtet (edquota -u username).

Gibt es eine Möglichkeit, alle gesetzten Quota's aufzulisten?


Danke.
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Quota

Post by dodolin »

Code: Select all

[dominik@sklave dominik]$ apropos quota
convertquota         (8)  - convert quota from old file format to new one
edquota              (8)  - edit user quotas
quota                (1)  - display disk usage and limits
quotacheck           (8)  - scan a filesystem for disk usage, create, check and repair quota files
quotactl             (2)  - manipulate disk quotas
quotaoff [quotaon]   (8)  - turn filesystem quotas on and off
quotaon              (8)  - turn filesystem quotas on and off
repquota             (8)  - summarize quotas for a filesystem
rpc.rquotad [rpc]    (8)  - remote quota server
rpc.rquotad [rquotad] (8)  - remote quota server
rquota               (3)  - implement quotas on remote machines
rquotad              (8)  - remote quota server
rquotad [rpc]        (8)  - remote quota server
setquota             (8)  - set disk quotas
warnquota            (8)  - send mail to users over quota
[dominik@sklave dominik]$ man quota
metrix
Posts: 94
Joined: 2002-10-26 15:52
 

Re: Quota

Post by metrix »

ähm ja, soweit war ich auch schon...

da ist keine funktion meiner meinung nach dabei, die mir alle quota's listen kann...
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: Quota

Post by floschi »

dodolin wrote:

Code: Select all

quota                (1)  - display disk usage and limits
[dominik@sklave dominik]$ man quota
Hm... was ist damit?
metrix
Posts: 94
Joined: 2002-10-26 15:52
 

Re: Quota

Post by metrix »

hmm, stelle ich meine fragen so blöde? *gg*

ich will nicht die quota sehen für einen username, wie ich es mit "quota username" machen kann, sondern will mit einem befehl die quota's für alle user (hat nix mit gruppen zutun) sehen....
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Quota

Post by dodolin »

Sorry, ich dachte, auch "quota" hätte einen solchen switch. Dann versuche es doch mal mit

Code: Select all

man repquota
repquota -a
Als root, selbstverfreilich. :)
metrix
Posts: 94
Joined: 2002-10-26 15:52
 

Re: Quota

Post by metrix »

jau, danke

funzt ;-)
Post Reply