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

RE: [cobalt-users] disk usage



> 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