[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Users not searching Archive First
- Subject: Re: [cobalt-users] Users not searching Archive First
- From: flash22@xxxxxxx
- Date: Fri Feb 23 15:19:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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