LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   File generated autimatically in RHEL 3.0 ! (https://www.linuxquestions.org/questions/linux-newbie-8/file-generated-autimatically-in-rhel-3-0-a-823522/)

shipon_97 08-02-2010 05:16 AM

File generated autimatically in RHEL 3.0 !
 
Dear Friends ,

I am running redhat ent linux 3.0 with oracle database . Recently , I got a problem , perhaps some temporary files are created automatically and occupied my HDD . But I cannot find which files are created autamatically .

Is there any way or any os related log file so that I can find that which files are generated automatically OR how can I trace it from OS perspective ?

Here I mention that , I have to check oracle related tmp,trace and log file in every folder. But dont get any problem with these .

Waiting for kind reply ... ...

lartman 08-02-2010 09:27 AM

search for newly created files
Code:

touch somefile
find -newer somefile



All times are GMT -5. The time now is 03:17 PM.