[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Users not searching Archive First



On Fri, 23 Feb 2001 terry_ames@xxxxxxxxxxx wrote:
> Still doesn't solve my problem and there was no help found in the archives.

ok, unix 101 ;0

How much space do i have

df

How much space is each site really using

du -s /gome/sites/site*

How much space all the sites together are using

du -s /home/sites

How much space is the users email using

du -s /var/spool/mail/

(if you get 0 try /home/spool/mail/)

How much space is the outgoing mailq using

du -s /var/spool/mqueue/


---
This should get you started as to finding out where the space went ;)

Note: you have to telnet/ssh in to do this, and you may have to
 be logged in as root to look in sites ...

I'll leave quota for unix 102 ;0