Results 1 to 2 of 2
Hi all
this is ram.... i am working on linux ......i got the issue like /ora file system full...i am new to linux ..plesse find the steps to solve this ...
- 12-30-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 1
/ora file system full
Hi all
this is ram.... i am working on linux ......i got the issue like /ora file system full...i am new to linux ..plesse find the steps to solve this issue
- 01-02-2011 #2Just Joined!
- Join Date
- Jan 2011
- Posts
- 2
Hi
You need to check which files are taking much space
As per name suggests it seems to be application directory.
Check uses of /ora by running du -sh * goign into that directory and try to find out which files are taking more space. Mostly look for log files and try to check if you can delete old files. ls -ltr will be good command to check the old files inside directory.


Reply With Quote