The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 11-03-2007
joerg's Avatar
joerg joerg is offline
Registered User
 

Join Date: Jan 2002
Location: Germany
Posts: 167
Smile

Hi
The first thread in this Forum is named as following:

Filesystem full - what to look for << Very useful!!!!

Please first read this thread and then you can say what is the reason that the /var file system is so full.

In my opinion the messages files are not the reason!!
(But to use the "log rolling" is very comfortable.)
The article shows you how to handle this situation.

This is my favorite command to find problematic files and directory's
du -akd /var | sort -nr | more

Best regards joerg
Reply With Quote