Operating System - Linux
1829582 Members
2659 Online
109992 Solutions
New Discussion

Re: /opt increse unexpectedly

 
SOLVED
Go to solution
Fadia Almarei
Super Advisor

/opt increse unexpectedly

I have a Linux server the /opt partition had only the apache configuration file and other data like htdocs and others, i have a strang condition that the partition get filled then i empty alot of data from it but after a while the size of it increase bit by bit until it is filled again ,I check all the files and processes nothing apears unusial, it really seems strange, I do not know where is the problem.
BR;
fadia.marei
3 REPLIES 3
Vipulinux
Respected Contributor

Re: /opt increse unexpectedly

Hi
What sort of data fills the /opt that you delete.

Rgds
Vitaly Karasik_1
Honored Contributor
Solution

Re: /opt increse unexpectedly

may be you put Apache logfiles under /opt?
anyway - I suggest to run (and may be send us) two checks:

1) du /opt |sort -rn| head -20
2) find /opt -mtime -1
Fadia Almarei
Super Advisor

Re: /opt increse unexpectedly

thank you, I find the file and solve the problem.
fadia.marei