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

Re: [cobalt-users] RAQ4 /var is getting full by the our



INRE [cobalt-users] RAQ4  /var is getting full by the our:
> Hi all,
> I'm getting a message from admin, that /var is getting full.
> I've deleted all the .gz logfiles, and its getting full by the minute.
> 1 hour ago, it was 74 %, and now 84 %
> I can't find the command to find out what file is getting this error.
> It was something like:
> Find / < 5000   so I want to know whitch file is more then 5000 kb
> But this is NOT the good command.
>
> Can someone provide me that please ?

Believe what you are searching for is the "-size" parameter:

EG:  find . -size +500 -print

will find all files greater than 500 "blocks" and print their name

-- 
Larry Smith
SysAd ECSIS.NET
sysad@xxxxxxxxx