[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] disk usage
- Subject: RE: [cobalt-users] disk usage
- From: "Steven Young" <steven.young@xxxxxxxxxxxxxxx>
- Date: Thu Aug 15 15:50:32 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> ftp.log. web.log, maillog , access log, httpd logs
> these aren't that big, as I run a script wekkly to truncate it.
> can guys tell me what are the possible place where the log may
> have grow huge?
> I thought I checked all log files, but still would like to make
> sure with you
> guys. thanks
You could try using 'find' to list all files with a specified size or
greater. Do a 'man find', but something laong the lines of
find / -size +10000k
should list all files over 10000 KB or whatever you specify.
Or is that Kb ??? ;-)
Hope this helps,
Steven