Forum Discussion

Dmitri_Ch__1425's avatar
Jun 15, 2015
Solved

Disk space under /var/log

Hi, I need some help to figure out low space issue under /var/log. I got the message about /var/log/ running low on space. After checking used space I cannot figure out what is using it: pwd...
  • sfuerst_116779's avatar
    Jun 15, 2015

    Try using lsof to see what files are opened. It's highly likely that you've deleted the log file of a running program. That program will continue to output to the unlinked file.